aboutsummaryrefslogtreecommitdiff
path: root/include/hw/arm/xen_arch_hvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/arm/xen_arch_hvm.h')
-rw-r--r--include/hw/arm/xen_arch_hvm.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/hw/arm/xen_arch_hvm.h b/include/hw/arm/xen_arch_hvm.h
new file mode 100644
index 0000000000..8fd645e723
--- /dev/null
+++ b/include/hw/arm/xen_arch_hvm.h
@@ -0,0 +1,9 @@
+#ifndef HW_XEN_ARCH_ARM_HVM_H
+#define HW_XEN_ARCH_ARM_HVM_H
+
+#include <xen/hvm/ioreq.h>
+void arch_handle_ioreq(XenIOState *state, ioreq_t *req);
+void arch_xen_set_memory(XenIOState *state,
+ MemoryRegionSection *section,
+ bool add);
+#endif