Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / include / hw / i386 / xen_arch_hvm.h
blob1000f8f543363114b1f8b9ad57cd1f6a6dc13e20
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,
10 bool add);
11 #endif