aboutsummaryrefslogtreecommitdiff
path: root/hw/xen_common.h
diff options
context:
space:
mode:
authorAllen Kay <allen.m.kay@intel.com>2012-06-21 15:40:09 +0000
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-06-21 16:06:10 +0000
commiteaab4d60d3ad908936564492862e8a84f5fa59b2 (patch)
tree7f306179c3bae763987b5edec90fea7b1e3b6a3f /hw/xen_common.h
parent679042f0e1eac0af1e03759efe8761e7b4422588 (diff)
Introduce Xen PCI Passthrough, qdevice
A more complete history can be found here: git://xenbits.xensource.com/qemu-xen-unstable.git Signed-off-by: Allen Kay <allen.m.kay@intel.com> Signed-off-by: Guy Zana <guy@neocleus.com> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Diffstat (limited to 'hw/xen_common.h')
-rw-r--r--hw/xen_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xen_common.h b/hw/xen_common.h
index fe7f227f92..03b0bb1ea9 100644
--- a/hw/xen_common.h
+++ b/hw/xen_common.h
@@ -150,4 +150,7 @@ static inline int xen_xc_hvm_inject_msi(XenXC xen_xc, domid_t dom,
void destroy_hvm_domain(bool reboot);
+/* shutdown/destroy current domain because of an error */
+void xen_shutdown_fatal_error(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
+
#endif /* QEMU_HW_XEN_COMMON_H */