xref: /qemu/include/hw/i386/xen_arch_hvm.h (revision f17068c1)
1 #ifndef HW_XEN_ARCH_I386_HVM_H
2 #define HW_XEN_ARCH_I386_HVM_H
3 
4 #include <xen/hvm/ioreq.h>
5 #include "hw/xen/xen-hvm-common.h"
6 
7 void arch_handle_ioreq(XenIOState *state, ioreq_t *req);
8 void arch_xen_set_memory(XenIOState *state,
9                          MemoryRegionSection *section,
10                          bool add);
11 #endif
12