diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-06-26 15:05:33 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-06-26 15:05:33 -0500 |
commit | 7a542b67b32742ff5fe286f819df891d1df7bf56 (patch) | |
tree | cc85c3d9c0c381ae32178616c5956879cd554cb4 /hw/xen_common.h | |
parent | b1a6609e754330c657a057a96322e574c129bc29 (diff) | |
parent | 3854ca577dad92c4fe97b4a6ebce360e25407af7 (diff) |
Merge remote-tracking branch 'sstabellini/xen-pt' into staging
* sstabellini/xen-pt:
Introduce Xen PCI Passthrough, MSI
Introduce apic-msidef.h
Introduce Xen PCI Passthrough, PCI config space helpers
Introduce Xen PCI Passthrough, qdevice
qdev-properties: Introduce pci-host-devaddr.
pci.c: Add opaque argument to pci_for_each_device.
Introduce XenHostPCIDevice to access a pci device on the host.
configure: Introduce --enable-xen-pci-passthrough.
pci_ids: Add INTEL_82599_SFP_VF id.
Diffstat (limited to 'hw/xen_common.h')
-rw-r--r-- | hw/xen_common.h | 3 |
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 */ |