summaryrefslogtreecommitdiff
path: root/hw/pci/pcie_aer.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-22qobject: Use 'bool' inside qdictEric Blake1-2/+2
2015-06-02monitor: Use trad. command interface for HMP pcie_aer_inject_errorMarkus Armbruster1-17/+22
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi1-1/+1
2015-03-18pcie_aer: fix comment to match pcie specMichael S. Tsirkin1-2/+2
2015-03-18aer: fix a wrong init PCI_ERR_COR_STATUS w1cmask type registerChen Fan1-1/+1
2015-03-18pcie_aer: fix typos in pcie_aer_inject_error commentChen Fan1-3/+3
2015-03-18aer: fix wrong check on expose aer tlp prefix logChen Fan1-1/+1
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster1-1/+1
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-4/+2
2014-05-05hw/pci/pcie_aer.c: fix buffer overruns on invalid state loadMichael S. Tsirkin1-1/+9
2013-11-05bswap.h: Remove cpu_to_be32wu()Peter Maydell1-2/+2
2013-10-14hw/pcie: AER and hot-plug events must use device's interruptMarcel Apfelbaum1-2/+2
2013-07-07pci: Replace pci_find_domain() with more general pci_root_bus_path()David Gibson1-4/+4
2013-07-07pci: Use helper to find device's root bus in pci_find_domain()David Gibson1-2/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-1/+1
2012-12-17pci: rename pci_internals.h pci_bus.hMichael S. Tsirkin1-1/+1
2012-12-17pci: fix path for local includesMichael S. Tsirkin1-6/+6
2012-12-17pci: move pci core code to hw/pciMichael S. Tsirkin1-0/+1032