[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 04/13] pcie_aer: expose pcie_aer_msg() interface
From: |
Alex Williamson |
Subject: |
[Qemu-devel] [PULL 04/13] pcie_aer: expose pcie_aer_msg() interface |
Date: |
Thu, 18 Feb 2016 13:06:09 -0700 |
User-agent: |
StGit/0.17.1-dirty |
From: Chen Fan <address@hidden>
For vfio device, we need to propagate the aer error to
Guest OS. we use the pcie_aer_msg() to send aer error
to guest.
Signed-off-by: Chen Fan <address@hidden>
Reviewed-by: Michael S. Tsirkin <address@hidden>
Signed-off-by: Alex Williamson <address@hidden>
---
hw/pci/pcie_aer.c | 2 +-
include/hw/pci/pcie_aer.h | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/hw/pci/pcie_aer.c b/hw/pci/pcie_aer.c
index 8043020..e2d4e68 100644
--- a/hw/pci/pcie_aer.c
+++ b/hw/pci/pcie_aer.c
@@ -371,7 +371,7 @@ static void pcie_aer_msg_root_port(PCIDevice *dev, const
PCIEAERMsg *msg)
*
* Walk up the bus tree from the device, propagate the error message.
*/
-static void pcie_aer_msg(PCIDevice *dev, const PCIEAERMsg *msg)
+void pcie_aer_msg(PCIDevice *dev, const PCIEAERMsg *msg)
{
uint8_t type;
diff --git a/include/hw/pci/pcie_aer.h b/include/hw/pci/pcie_aer.h
index 156acb0..c2ee4e2 100644
--- a/include/hw/pci/pcie_aer.h
+++ b/include/hw/pci/pcie_aer.h
@@ -102,5 +102,6 @@ void pcie_aer_root_write_config(PCIDevice *dev,
/* error injection */
int pcie_aer_inject_error(PCIDevice *dev, const PCIEAERErr *err);
+void pcie_aer_msg(PCIDevice *dev, const PCIEAERMsg *msg);
#endif /* QEMU_PCIE_AER_H */
- [Qemu-devel] [PULL 00/13] VFIO updates 2016-02-18, Alex Williamson, 2016/02/18
- [Qemu-devel] [PULL 01/13] pcie: modify the capability size assert, Alex Williamson, 2016/02/18
- [Qemu-devel] [PULL 02/13] vfio: make the 4 bytes aligned for capability size, Alex Williamson, 2016/02/18
- [Qemu-devel] [PULL 03/13] aer: impove pcie_aer_init to support vfio device, Alex Williamson, 2016/02/18
- [Qemu-devel] [PULL 04/13] pcie_aer: expose pcie_aer_msg() interface,
Alex Williamson <=
- [Qemu-devel] [PULL 05/13] vfio/pci: replace 1 with PCI_CAP_LIST_NEXT to make code self-explain, Alex Williamson, 2016/02/18
- [Qemu-devel] [PULL 06/13] hw/vfio/platform: amd-xgbe device, Alex Williamson, 2016/02/18
- [Qemu-devel] [PULL 07/13] device_tree: introduce load_device_tree_from_sysfs, Alex Williamson, 2016/02/18
- [Qemu-devel] [PULL 08/13] device_tree: introduce qemu_fdt_node_path, Alex Williamson, 2016/02/18
- [Qemu-devel] [PULL 09/13] device_tree: qemu_fdt_getprop converted to use the error API, Alex Williamson, 2016/02/18
- [Qemu-devel] [PULL 10/13] device_tree: qemu_fdt_getprop_cell converted to use the error API, Alex Williamson, 2016/02/18
- [Qemu-devel] [PULL 11/13] hw/arm/sysbus-fdt: helpers for clock node generation, Alex Williamson, 2016/02/18
- [Qemu-devel] [PULL 12/13] hw/arm/sysbus-fdt: enable amd-xgbe dynamic instantiation, Alex Williamson, 2016/02/18
- [Qemu-devel] [PULL 13/13] hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value check, Alex Williamson, 2016/02/18
- Re: [Qemu-devel] [PULL 00/13] VFIO updates 2016-02-18, Peter Maydell, 2016/02/19