1 #ifndef HW_XEN_ARCH_I386_HVM_H
2 #define HW_XEN_ARCH_I386_HVM_H
4 #include <xen/hvm/ioreq.h>
5 #include "hw/xen/xen-hvm-common.h"
7 void arch_handle_ioreq(XenIOState
*state
, ioreq_t
*req
);
8 void arch_xen_set_memory(XenIOState
*state
,
9 MemoryRegionSection
*section
,