aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/pcie_aer.c
AgeCommit message (Expand)Author
2023-09-20hw/pci: spelling fixesMichael Tokarev
2023-05-19hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras
2023-03-07hw/pci/aer: Add missing routing for AER errorsJonathan Cameron
2023-03-07hw/pci/aer: Implement PCI_ERR_UNCOR_MASK registerJonathan Cameron
2022-12-19pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.cMarkus Armbruster
2022-12-19pci: Fix silent truncation of pcie_aer_inject_error argumentMarkus Armbruster
2022-06-28Trivial: 3 char repeat typosDr. David Alan Gilbert
2022-04-20pcie: Don't try triggering a LSI when not definedFrederic Barrat
2022-01-07pcie_aer: Don't trigger a LSI if none are definedFrederic Barrat
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson
2017-12-05pci: Add pci_dev_bus_num() helperDavid Gibson
2017-06-28vmstate: error hint for failed equal checksHalil Pasic
2017-05-08pci: Reduce scope of error injectionEric Blake
2017-05-08pci: Use struct instead of QDict to pass back parametersEric Blake
2017-02-22Don't check qobject_type() before qobject_to_qdict()Markus Armbruster
2017-01-10pcie_aer: support configurable AER capa versionDou Liyang
2017-01-10pcie_aer: Convert pcie_aer_init to ErrorCao jin
2016-07-06qapi: Improve use of qmp/types.hEric Blake
2016-02-19pcie_aer: expose pcie_aer_msg() interfaceChen Fan
2016-02-19aer: impove pcie_aer_init to support vfio deviceChen Fan
2016-01-29pci: Clean up includesPeter Maydell
2015-10-19hw/pci: Introduce pci_requester_id()Pavel Fedin
2015-09-16pci: remove Link Training error from AER error listPaolo Bonzini
2015-06-22qobject: Use 'bool' inside qdictEric Blake
2015-06-02monitor: Use trad. command interface for HMP pcie_aer_inject_errorMarkus Armbruster
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi
2015-03-18pcie_aer: fix comment to match pcie specMichael S. Tsirkin
2015-03-18aer: fix a wrong init PCI_ERR_COR_STATUS w1cmask type registerChen Fan
2015-03-18pcie_aer: fix typos in pcie_aer_inject_error commentChen Fan
2015-03-18aer: fix wrong check on expose aer tlp prefix logChen Fan
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-05-05hw/pci/pcie_aer.c: fix buffer overruns on invalid state loadMichael S. Tsirkin
2013-11-05bswap.h: Remove cpu_to_be32wu()Peter Maydell
2013-10-14hw/pcie: AER and hot-plug events must use device's interruptMarcel Apfelbaum
2013-07-07pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson
2013-07-07pci: Use helper to find device's root bus in pci_find_domain()David Gibson
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-12-17pci: rename pci_internals.h pci_bus.hMichael S. Tsirkin
2012-12-17pci: fix path for local includesMichael S. Tsirkin
2012-12-17pci: move pci core code to hw/pciMichael S. Tsirkin