diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2023-03-02 13:37:08 +0000 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2023-03-07 12:39:00 -0500 |
commit | 4a295211f7d76d092bf0abcbee6891e8f053f6b8 (patch) | |
tree | 0532877d8e006d358664756b1a134c85ca820f2e /include | |
parent | cb4e642cfa1e6db59448978ba4c00c6f1c4fb8bd (diff) | |
download | qemu-4a295211f7d76d092bf0abcbee6891e8f053f6b8.zip qemu-4a295211f7d76d092bf0abcbee6891e8f053f6b8.tar.gz qemu-4a295211f7d76d092bf0abcbee6891e8f053f6b8.tar.bz2 |
hw/pci/aer: Make PCIE AER error injection facility available for other emulation to use.
This infrastructure will be reused for CXL RAS error injection
in patches that follow.
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Message-Id: <20230302133709.30373-8-Jonathan.Cameron@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Fan Ni <fan.ni@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/pci/pcie_aer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/pci/pcie_aer.h b/include/hw/pci/pcie_aer.h index 65e71d9..1234fdc 100644 --- a/include/hw/pci/pcie_aer.h +++ b/include/hw/pci/pcie_aer.h @@ -100,4 +100,5 @@ void pcie_aer_root_write_config(PCIDevice *dev, uint32_t addr, uint32_t val, int len, uint32_t root_cmd_prev); +int pcie_aer_inject_error(PCIDevice *dev, const PCIEAERErr *err); #endif /* QEMU_PCIE_AER_H */ |