aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/pci-stub.c
AgeCommit message (Expand)Author
2024-09-24hw/pci: remove return after g_assert_not_reached()Pierrick Bouvier
2024-09-24hw/pci: replace assert(false) with g_assert_not_reached()Pierrick Bouvier
2022-12-19pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.cMarkus Armbruster
2022-12-19pci: Build hw/pci/pci-hmp-cmds.c only when CONFIG_PCIMarkus Armbruster
2022-12-19pci: Make query-pci stub consistent with the real oneMarkus Armbruster
2020-09-29qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé
2019-12-17pci-stub: add more MSI functionsPaolo Bonzini
2019-05-13hw/pci/pci-stub: Add msi_enabled() and msi_notify() to the pci stubsThomas Huth
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-08-30kvm: remove hard dependency on pciCornelia Huck
2017-07-11hw/pci: define msi_nonbroken in pci-stubPhilippe Mathieu-Daudé
2016-01-29pci: Clean up includesPeter Maydell
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-02monitor: Use trad. command interface for HMP pcie_aer_inject_errorMarkus Armbruster
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-17pci: fix path for local includesMichael S. Tsirkin
2012-12-17pci: move pci core code to hw/pciMichael S. Tsirkin