summaryrefslogtreecommitdiffstats
path: root/hw/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* pci: Display PCI IRQ pin in "info pci"Peter Xu2020-06-121-0/+1
* hw/pci: Fix crash when running QEMU with "-nic model=rocker"Thomas Huth2020-06-121-1/+12
* pci: assert configuration access is within boundsPrasad J Pandit2020-06-091-0/+4
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-7/+7
* pci: Honour wmask when resetting PCI_INTERRUPT_LINEBALATON Zoltan2020-03-171-1/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu2020-01-201-1/+1
* hw/pci: Remove the "command_serr_enable" propertyThomas Huth2019-12-181-5/+1Star
* pci: Use PCI aliases when determining device IOMMU address spaceAlex Williamson2019-11-051-3/+40
* migration: allow unplug during migration for failover devicesJens Freimann2019-10-291-0/+1
* pci: add option for net failoverJens Freimann2019-10-291-0/+31
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-161-0/+1
* numa: Move remaining NUMA declarations from sysemu.h to numa.hMarkus Armbruster2019-08-161-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include migration/qemu-file-types.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* pci: Fold pci_get_bus_devfn() into its sole callerDavid Gibson2019-05-301-32/+28Star
* pcie: Simplify pci_adjust_config_limit()David Gibson2019-05-301-18/+23
* pci: Simplify pci_bus_is_root()David Gibson2019-05-211-12/+2Star
* spapr: Drop duplicate PCI swizzle codeGreg Kurz2019-04-261-1/+1
* pci: Report fatal errors with error_report(), not error_printf()Markus Armbruster2019-04-171-1/+1
* pci: Allow PCI bus subtypes to support extended config space accessesGreg Kurz2019-04-091-0/+24
* qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand2019-03-061-1/+2
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-22/+22
* pci: allow cleanup/unregistration of PCI root busesMichael Roth2019-01-081-0/+33
* pci: Sync PCIe downstream port LNKSTA on readAlex Williamson2018-12-191-0/+4
* hw/pci/pci.c: Don't use load_image()Peter Maydell2018-12-141-1/+5
* vmstate: constify VMStateFieldMarc-André Lureau2018-11-271-4/+4
* qmp, hmp: make subsystem/system-vendor identities optionalDenis V. Lunev2018-10-111-3/+10
* qmp, hmp: add PCI subsystem id and vendor id to PCI infoDenis V. Lunev2018-09-251-0/+3
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-03-201-14/+0Star
|\
| * hw/pci: remove obsolete PCIDevice->init()Philippe Mathieu-Daudé2018-03-201-14/+0Star
* | net: allow using any PCI NICs in -net or -nicPaolo Bonzini2018-03-121-31/+30Star
|/
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-02-131-2/+6
|\
| * pci: removed the is_express field since a uniform interface was insertedYoni Bettan2018-02-081-2/+6
* | Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+2
|/
* hw/pci*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-2/+2
* pci: Eliminate pci_find_primary_bus()David Gibson2017-12-051-16/+0Star
* pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-36/+40
* pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-23/+26
* pci: Initialize pci_dev->name before useAlexey Kardashevskiy2017-11-161-1/+1
* pci: Validate interfaces on base_class_initEduardo Habkost2017-10-151-0/+12
* pci: conventional-pci-device and pci-express-device interfacesEduardo Habkost2017-10-151-0/+12
* net: Add SunGEM device emulation as found on Apple UniNorthBenjamin Herrenschmidt2017-09-151-0/+2
* pci: add reserved slot check to do_pci_register_device()Mark Cave-Ayland2017-09-081-3/+15
* pci: move check for existing devfn into new pci_bus_devfn_available() helperMark Cave-Ayland2017-09-081-2/+8