sysemu/xen: Add missing 'exec/cpu-common.h' header for ram_addr_t type
commitce6936bc2dcb3aeb868e98cfb5a984fc35a0fabe
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 8 Sep 2020 15:55:27 +0000 (8 17:55 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 30 Sep 2020 17:11:36 +0000 (30 19:11 +0200)
treea6ccd658ea9145d6e0e7be5120a9450b9c58ca54
parent5650ac00d758b3bcf6840715765f8a6e5d5549a7
sysemu/xen: Add missing 'exec/cpu-common.h' header for ram_addr_t type

As this header use the ram_addr_t type, it has to include
"exec/cpu-common.h" to avoid odd errors such:

  include/sysemu/xen.h:35:44: error: unknown type name 'ram_addr_t'; did you mean 'in_addr_t'?
   35 | static inline void xen_hvm_modified_memory(ram_addr_t start, ram_addr_t length)
      |                                            ^~~~~~~~~~
      |                                            in_addr_t

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200908155530.249806-4-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/sysemu/xen.h