aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/pci.c
AgeCommit message (Expand)Author
2020-09-29qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé
2020-07-02pci: Delete useless error_propagate()Markus Armbruster
2020-06-15pci: pci_create(), pci_create_multifunction() are now unused, dropMarkus Armbruster
2020-06-15pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster
2020-06-15pci: New pci_new(), pci_realize_and_unref() etc.Markus Armbruster
2020-06-15qdev: Convert to qbus_realize(), qbus_unrealize()Markus Armbruster
2020-06-12pci: Display PCI IRQ pin in "info pci"Peter Xu
2020-06-12hw/pci: Fix crash when running QEMU with "-nic model=rocker"Thomas Huth
2020-06-09pci: assert configuration access is within boundsPrasad J Pandit
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-03-16pci: Honour wmask when resetting PCI_INTERRUPT_LINEBALATON Zoltan
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu
2019-12-18hw/pci: Remove the "command_serr_enable" propertyThomas Huth
2019-11-05pci: Use PCI aliases when determining device IOMMU address spaceAlex Williamson
2019-10-29migration: allow unplug during migration for failover devicesJens Freimann
2019-10-29pci: add option for net failoverJens Freimann
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster
2019-08-16numa: Move remaining NUMA declarations from sysemu.h to numa.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-29pci: Fold pci_get_bus_devfn() into its sole callerDavid Gibson
2019-05-29pcie: Simplify pci_adjust_config_limit()David Gibson
2019-05-20pci: Simplify pci_bus_is_root()David Gibson
2019-04-26spapr: Drop duplicate PCI swizzle codeGreg Kurz
2019-04-17pci: Report fatal errors with error_report(), not error_printf()Markus Armbruster
2019-04-09pci: Allow PCI bus subtypes to support extended config space accessesGreg Kurz
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-09pci: allow cleanup/unregistration of PCI root busesMichael Roth
2018-12-19pci: Sync PCIe downstream port LNKSTA on readAlex Williamson
2018-12-14hw/pci/pci.c: Don't use load_image()Peter Maydell
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau
2018-10-11qmp, hmp: make subsystem/system-vendor identities optionalDenis V. Lunev
2018-09-25qmp, hmp: add PCI subsystem id and vendor id to PCI infoDenis V. Lunev
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-03-20hw/pci: remove obsolete PCIDevice->init()Philippe Mathieu-Daudé
2018-03-12net: allow using any PCI NICs in -net or -nicPaolo Bonzini
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan
2018-02-06hw/pci*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2017-12-05pci: Eliminate pci_find_primary_bus()David Gibson
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson