Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / include / hw / arm / xen_arch_hvm.h
blob8fd645e7232dbcd644352924cae7fa9b042a22da
1 #ifndef HW_XEN_ARCH_ARM_HVM_H
2 #define HW_XEN_ARCH_ARM_HVM_H
4 #include <xen/hvm/ioreq.h>
5 void arch_handle_ioreq(XenIOState *state, ioreq_t *req);
6 void arch_xen_set_memory(XenIOState *state,
7 MemoryRegionSection *section,
8 bool add);
9 #endif