summaryrefslogtreecommitdiff
path: root/hw/xen_common.h
diff options
context:
space:
mode:
authorArun Sharma <arun.sharma@intel.com>2010-09-06 20:07:14 +0100
committerAlexander Graf <agraf@suse.de>2011-05-08 10:10:01 +0200
commit9ce94e7c8a997472d79879e687d5ceaa14eca944 (patch)
tree776da0f2a032da9135fb7d2ea8c56e9c3fc35f36 /hw/xen_common.h
parent1291eb35404b077ec96e5c06c7a70935597fe7c6 (diff)
downloadqemu-9ce94e7c8a997472d79879e687d5ceaa14eca944.tar.gz
xen: Initialize event channels and io rings
Open and bind event channels; map ioreq and buffered ioreq rings. Signed-off-by: Arun Sharma <arun.sharma@intel.com> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Alexander Graf <agraf@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/xen_common.h')
-rw-r--r--hw/xen_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xen_common.h b/hw/xen_common.h
index dd3e896e94..a1958a0af1 100644
--- a/hw/xen_common.h
+++ b/hw/xen_common.h
@@ -107,4 +107,6 @@ static inline int xc_fd(xc_interface *xen_xc)
}
#endif
+void destroy_hvm_domain(void);
+
#endif /* QEMU_HW_XEN_COMMON_H */