index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pci
/
pci-stub.c
Age
Commit message (
Expand
)
Author
2024-09-24
hw/pci: remove return after g_assert_not_reached()
Pierrick Bouvier
2024-09-24
hw/pci: replace assert(false) with g_assert_not_reached()
Pierrick Bouvier
2022-12-19
pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.c
Markus Armbruster
2022-12-19
pci: Build hw/pci/pci-hmp-cmds.c only when CONFIG_PCI
Markus Armbruster
2022-12-19
pci: Make query-pci stub consistent with the real one
Markus Armbruster
2020-09-29
qapi: Extract PCI commands to 'pci.json'
Philippe Mathieu-Daudé
2019-12-17
pci-stub: add more MSI functions
Paolo Bonzini
2019-05-13
hw/pci/pci-stub: Add msi_enabled() and msi_notify() to the pci stubs
Thomas Huth
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2017-08-30
kvm: remove hard dependency on pci
Cornelia Huck
2017-07-11
hw/pci: define msi_nonbroken in pci-stub
Philippe Mathieu-Daudé
2016-01-29
pci: Clean up includes
Peter Maydell
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-02
monitor: Use trad. command interface for HMP pcie_aer_inject_error
Markus Armbruster
2015-02-18
hmp: Name HMP command handler functions hmp_COMMAND()
Markus Armbruster
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-17
pci: fix path for local includes
Michael S. Tsirkin
2012-12-17
pci: move pci core code to hw/pci
Michael S. Tsirkin