aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/pci-stub.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-19pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.cMarkus Armbruster1-1/+0
2022-12-19pci: Build hw/pci/pci-hmp-cmds.c only when CONFIG_PCIMarkus Armbruster1-0/+5
2022-12-19pci: Make query-pci stub consistent with the real oneMarkus Armbruster1-3/+0
2020-09-29qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé1-1/+1
2019-12-17pci-stub: add more MSI functionsPaolo Bonzini1-0/+27
2019-05-13hw/pci/pci-stub: Add msi_enabled() and msi_notify() to the pci stubsThomas Huth1-0/+11
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+1
2017-08-30kvm: remove hard dependency on pciCornelia Huck1-0/+14
2017-07-11hw/pci: define msi_nonbroken in pci-stubPhilippe Mathieu-Daudé1-0/+3
2016-01-29pci: Clean up includesPeter Maydell1-0/+1
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-1/+1
2015-06-02monitor: Use trad. command interface for HMP pcie_aer_inject_errorMarkus Armbruster1-13/+1
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster1-1/+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-17pci: fix path for local includesMichael S. Tsirkin1-1/+1
2012-12-17pci: move pci core code to hw/pciMichael S. Tsirkin1-0/+47