aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pcie_aer.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-1/+1
2011-06-12pci: Update pci_regs headerJan Kiszka1-2/+7
2011-05-08Fix typo in comment (responsiblity -> responsibility)Stefan Weil1-1/+1
2011-03-03vmstate: move VMSTATE_PCIE_AER_ERRS to hw/hw.hDmitry Eremin-Solenikov1-11/+1
2010-12-24pcie/aer: glue aer error injection into qemu monitorIsaku Yamahata1-0/+223
2010-12-09pci/aer: factor out common codeMichael S. Tsirkin1-14/+13
2010-12-09pci/aer: remove dead codeMichael S. Tsirkin1-23/+2
2010-12-09pci/aer: fix interrupt on config writeMichael S. Tsirkin1-29/+17
2010-12-09pci/aer: fix error injectionMichael S. Tsirkin1-16/+35
2010-12-09pci: untangle pci/msi dependencyMichael S. Tsirkin1-8/+16
2010-12-04Fix mingw32 and OpenBSD warningsBlue Swirl1-1/+1
2010-11-22pcie_aer: complete unwinding recursionMichael S. Tsirkin1-53/+27
2010-11-22pcie_aer: get rid of recursionMichael S. Tsirkin1-17/+31
2010-11-22pcie/aer: helper functions for pcie aer capabilityIsaku Yamahata1-0/+827