summary refs log tree commit diff stats
path: root/hw/pci/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-291-32/+28
* pcie: Simplify pci_adjust_config_limit()David Gibson2019-05-291-18/+23
* pci: Simplify pci_bus_is_root()David Gibson2019-05-201-12/+2
* 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-091-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/+0
|\
| * hw/pci: remove obsolete PCIDevice->init()Philippe Mathieu-Daudé2018-03-201-14/+0
* | net: allow using any PCI NICs in -net or -nicPaolo Bonzini2018-03-121-31/+30
|/
* 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/+0
* 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
* kvm: remove hard dependency on pciCornelia Huck2017-08-301-0/+2
* hw/pci/pci.c: Use memory_region_init_rom()Peter Maydell2017-07-141-2/+1
* memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell2017-07-141-1/+1
* pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi2017-07-031-18/+2
* pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2017-07-031-6/+4
* pci: Add comment for pci_add_capability2()Mao Zhongyi2017-07-031-0/+6
* pci: Clean up error checking in pci_add_capability()Mao Zhongyi2017-07-031-5/+1
* vmstate: error hint for failed equal checksHalil Pasic2017-06-281-1/+1
* pci: deassert intx when pci device unrealizeHerongguang (Stephen)2017-05-181-0/+1
* pci: Only unmap bus_master_enabled_region if was added previouslyAlexey Kardashevskiy2017-04-041-2/+4
* pci: Add missing drop of bus master AS referenceAlexey Kardashevskiy2017-03-291-0/+2
* hw/pcie: fix Extended Configuration Space for devices with no Extended Capabi...Marcel Apfelbaum2017-03-161-0/+2
* pci: introduce a bus master containerJason Wang2017-03-151-2/+7
* spapr/pci: populate PCI DT in reverse orderGreg Kurz2017-03-011-0/+28
* pci: mark ROMs read-onlyMichael S. Tsirkin2017-02-011-1/+1