summary refs log tree commit diff stats
path: root/include/hw/i386/xen_arch_hvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/i386/xen_arch_hvm.h')
-rw-r--r--include/hw/i386/xen_arch_hvm.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/hw/i386/xen_arch_hvm.h b/include/hw/i386/xen_arch_hvm.h
new file mode 100644
index 0000000000..1000f8f543
--- /dev/null
+++ b/include/hw/i386/xen_arch_hvm.h
@@ -0,0 +1,11 @@
+#ifndef HW_XEN_ARCH_I386_HVM_H
+#define HW_XEN_ARCH_I386_HVM_H
+
+#include <xen/hvm/ioreq.h>
+#include "hw/xen/xen-hvm-common.h"
+
+void arch_handle_ioreq(XenIOState *state, ioreq_t *req);
+void arch_xen_set_memory(XenIOState *state,
+                         MemoryRegionSection *section,
+                         bool add);
+#endif