master
h 11 lines 315 Bytes
Raw
1 #ifndef HW_XEN_ARCH_HVM_H
2 #define HW_XEN_ARCH_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