index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pci
/
pcie_aer.c
Age
Commit message (
Expand
)
Author
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2018-02-09
Drop superfluous includes of qapi/qmp/qjson.h
Markus Armbruster
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
2017-12-05
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
2017-12-05
pci: Add pci_dev_bus_num() helper
David Gibson
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
2017-05-08
pci: Reduce scope of error injection
Eric Blake
2017-05-08
pci: Use struct instead of QDict to pass back parameters
Eric Blake
2017-02-22
Don't check qobject_type() before qobject_to_qdict()
Markus Armbruster
2017-01-10
pcie_aer: support configurable AER capa version
Dou Liyang
2017-01-10
pcie_aer: Convert pcie_aer_init to Error
Cao jin
2016-07-06
qapi: Improve use of qmp/types.h
Eric Blake
2016-02-19
pcie_aer: expose pcie_aer_msg() interface
Chen Fan
2016-02-19
aer: impove pcie_aer_init to support vfio device
Chen Fan
2016-01-29
pci: Clean up includes
Peter Maydell
2015-10-19
hw/pci: Introduce pci_requester_id()
Pavel Fedin
2015-09-16
pci: remove Link Training error from AER error list
Paolo Bonzini
2015-06-22
qobject: Use 'bool' inside qdict
Eric Blake
2015-06-02
monitor: Use trad. command interface for HMP pcie_aer_inject_error
Markus Armbruster
2015-04-28
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
2015-03-18
pcie_aer: fix comment to match pcie spec
Michael S. Tsirkin
2015-03-18
aer: fix a wrong init PCI_ERR_COR_STATUS w1cmask type register
Chen Fan
2015-03-18
pcie_aer: fix typos in pcie_aer_inject_error comment
Chen Fan
2015-03-18
aer: fix wrong check on expose aer tlp prefix log
Chen Fan
2015-02-18
hmp: Name HMP command handler functions hmp_COMMAND()
Markus Armbruster
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-05-05
hw/pci/pcie_aer.c: fix buffer overruns on invalid state load
Michael S. Tsirkin
2013-11-05
bswap.h: Remove cpu_to_be32wu()
Peter Maydell
2013-10-14
hw/pcie: AER and hot-plug events must use device's interrupt
Marcel Apfelbaum
2013-07-07
pci: Replace pci_find_domain() with more general pci_root_bus_path()
David Gibson
2013-07-07
pci: Use helper to find device's root bus in pci_find_domain()
David Gibson
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-17
pci: rename pci_internals.h pci_bus.h
Michael S. Tsirkin
2012-12-17
pci: fix path for local includes
Michael S. Tsirkin
2012-12-17
pci: move pci core code to hw/pci
Michael S. Tsirkin