From eaab4d60d3ad908936564492862e8a84f5fa59b2 Mon Sep 17 00:00:00 2001 From: Allen Kay Date: Thu, 21 Jun 2012 15:40:09 +0000 Subject: 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 Signed-off-by: Guy Zana Signed-off-by: Anthony PERARD Acked-by: Stefano Stabellini --- hw/xen_common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hw/xen_common.h') 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 */ -- cgit v1.2.1