Sign in
qemu
/
qemu
/
50f57e09fda4b7ffbc5ba62aad6cebf660824023
/
hw
/
pci
/
pcie_aer.c
d645427
Include migration/vmstate.h less
by Markus Armbruster
· 6 years ago
bbcad96
Drop superfluous includes of qapi/qmp/qjson.h
by Markus Armbruster
· 7 years ago
452fcdb
Include qapi/qmp/qdict.h exactly where needed
by Markus Armbruster
· 7 years ago
6b67395
Eliminate qapi/qmp/types.h
by Markus Armbruster
· 7 years ago
fd56e06
pci: Eliminate redundant PCIDevice::bus pointer
by David Gibson
· 7 years ago
cdc5747
pci: Add pci_dev_bus_num() helper
by David Gibson
· 7 years ago
d2164ad
vmstate: error hint for failed equal checks
by Halil Pasic
· 8 years ago
8f16de1
pci: Reduce scope of error injection
by Eric Blake
· 8 years ago
9edd533
pci: Use struct instead of QDict to pass back parameters
by Eric Blake
· 8 years ago
ca6b6e1
Don't check qobject_type() before qobject_to_qdict()
by Markus Armbruster
· 8 years ago
f18c697
pcie_aer: support configurable AER capa version
by Dou Liyang
· 8 years ago
33848ce
pcie_aer: Convert pcie_aer_init to Error
by Cao jin
· 8 years ago
c7eb39c
qapi: Improve use of qmp/types.h
by Eric Blake
· 9 years ago
40f8f0c
pcie_aer: expose pcie_aer_msg() interface
by Chen Fan
· 9 years ago
8d86ada
aer: impove pcie_aer_init to support vfio device
by Chen Fan
· 9 years ago
97d5408
pci: Clean up includes
by Peter Maydell
· 9 years ago
a05f686
hw/pci: Introduce pci_requester_id()
by Pavel Fedin
· 9 years ago
84090bb
pci: remove Link Training error from AER error list
by Paolo Bonzini
· 9 years ago
34acbc9
qobject: Use 'bool' inside qdict
by Eric Blake
· 10 years ago
04e00c9
monitor: Use trad. command interface for HMP pcie_aer_inject_error
by Markus Armbruster
· 10 years ago
786a4ea
Convert (ffs(val) - 1) to ctz32(val)
by Stefan Hajnoczi
· 10 years ago
ce39494
pcie_aer: fix comment to match pcie spec
by Michael S. Tsirkin
· 10 years ago
310e91f
aer: fix a wrong init PCI_ERR_COR_STATUS w1cmask type register
by Chen Fan
· 10 years ago
b01738c
pcie_aer: fix typos in pcie_aer_inject_error comment
by Chen Fan
· 10 years ago
77a3c1d
aer: fix wrong check on expose aer tlp prefix log
by Chen Fan
· 10 years ago
3e5a50d
hmp: Name HMP command handler functions hmp_COMMAND()
by Markus Armbruster
· 10 years ago
d49805a
savevm: Remove all the unneeded version_minimum_id_old (x86)
by Juan Quintela
· 11 years ago
5f691ff
hw/pci/pcie_aer.c: fix buffer overruns on invalid state load
by Michael S. Tsirkin
· 11 years ago
6bd194a
bswap.h: Remove cpu_to_be32wu()
by Peter Maydell
· 11 years ago
5a03e70
hw/pcie: AER and hot-plug events must use device's interrupt
by Marcel Apfelbaum
· 11 years ago
568f069
pci: Replace pci_find_domain() with more general pci_root_bus_path()
by David Gibson
· 12 years ago
c473d18
pci: Use helper to find device's root bus in pci_find_domain()
by David Gibson
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
06aac7b
pci: rename pci_internals.h pci_bus.h
by Michael S. Tsirkin
· 12 years ago
c759b24
pci: fix path for local includes
by Michael S. Tsirkin
· 12 years ago
315a135
pci: move pci core code to hw/pci
by Michael S. Tsirkin
· 12 years ago
[Renamed from hw/pcie_aer.c]
0e180d9
pcie_aer: clear cmask for Advanced Error Interrupt Message Number
by Jason Baron
· 12 years ago
1f3392b
pcie_aer: adjust do_pcie_aer_inejct_error -> do_pcie_aer_inject_error
by Zhi Yong Wu
· 13 years ago
66a0a2c
fix spelling in hw sub directory
by Dong Xu Wang
· 13 years ago
74d63b6
pcie/aer: fix inject aer error command
by Isaku Yamahata
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
befeac4
Merge remote-tracking branch 'origin/master' into pci
by Michael S. Tsirkin
· 14 years ago
81486b5
pci: Update pci_regs header
by Jan Kiszka
· 14 years ago
e8e3bb2
Fix typo in comment (responsiblity -> responsibility)
by Stefan Weil
· 14 years ago
4718870
vmstate: move VMSTATE_PCIE_AER_ERRS to hw/hw.h
by Dmitry Eremin-Solenikov
· 14 years ago
2ae63bd
pcie/aer: glue aer error injection into qemu monitor
by Isaku Yamahata
· 14 years ago
513691b
pci/aer: factor out common code
by Michael S. Tsirkin
· 14 years ago
5f47c18
pci/aer: remove dead code
by Michael S. Tsirkin
· 14 years ago
2b3cb35
pci/aer: fix interrupt on config write
by Michael S. Tsirkin
· 14 years ago
c3f3366
pci/aer: fix error injection
by Michael S. Tsirkin
· 14 years ago
4a9dd66
pci: untangle pci/msi dependency
by Michael S. Tsirkin
· 14 years ago
e6e055c
Fix mingw32 and OpenBSD warnings
by Blue Swirl
· 14 years ago
d33d915
pcie_aer: complete unwinding recursion
by Michael S. Tsirkin
· 14 years ago
247c97f
pcie_aer: get rid of recursion
by Michael S. Tsirkin
· 14 years ago
34e6594
pcie/aer: helper functions for pcie aer capability
by Isaku Yamahata
· 14 years ago