diff options
Diffstat (limited to 'hw/arm/xen-stubs.c')
-rw-r--r-- | hw/arm/xen-stubs.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/hw/arm/xen-stubs.c b/hw/arm/xen-stubs.c index 4ac6a56..6a83043 100644 --- a/hw/arm/xen-stubs.c +++ b/hw/arm/xen-stubs.c @@ -5,17 +5,15 @@ */ #include "qemu/osdep.h" -#include "qemu/error-report.h" #include "qapi/qapi-commands-migration.h" -#include "hw/boards.h" -#include "sysemu/sysemu.h" +#include "system/xen.h" +#include "hw/hw.h" #include "hw/xen/xen-hvm-common.h" #include "hw/xen/arch_hvm.h" void arch_handle_ioreq(XenIOState *state, ioreq_t *req) { hw_error("Invalid ioreq type 0x%x\n", req->type); - return; } void arch_xen_set_memory(XenIOState *state, MemoryRegionSection *section, |