diff options
author | Philippe Mathieu-Daudé | 2020-05-08 12:02:22 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-06-10 18:09:56 +0200 |
commit | da278d58a092bfcc4e36f1e274229c1468dea731 (patch) | |
tree | 83fa17711816ae569b86ebccdadbfe04d0819db0 /hw/acpi/piix4.c | |
parent | hw/i386/vmport: Assert vmport initialized before registering commands (diff) | |
download | qemu-da278d58a092bfcc4e36f1e274229c1468dea731.tar.gz qemu-da278d58a092bfcc4e36f1e274229c1468dea731.tar.xz qemu-da278d58a092bfcc4e36f1e274229c1468dea731.zip |
accel: Move Xen accelerator code under accel/xen/
This code is not related to hardware emulation.
Move it under accel/ with the other hypervisors.
Reviewed-by: Paul Durrant <paul@xen.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200508100222.7112-1-philmd@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/acpi/piix4.c')
-rw-r--r-- | hw/acpi/piix4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/acpi/piix4.c b/hw/acpi/piix4.c index 85c199b30d..e27f57195a 100644 --- a/hw/acpi/piix4.c +++ b/hw/acpi/piix4.c @@ -30,6 +30,7 @@ #include "hw/acpi/acpi.h" #include "sysemu/runstate.h" #include "sysemu/sysemu.h" +#include "sysemu/xen.h" #include "qapi/error.h" #include "qemu/range.h" #include "exec/address-spaces.h" @@ -41,7 +42,6 @@ #include "hw/mem/nvdimm.h" #include "hw/acpi/memory_hotplug.h" #include "hw/acpi/acpi_dev_interface.h" -#include "hw/xen/xen.h" #include "migration/vmstate.h" #include "hw/core/cpu.h" #include "trace.h" |