aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/pci.c
AgeCommit message (Expand)Author
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
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson
2017-11-16pci: Initialize pci_dev->name before useAlexey Kardashevskiy
2017-10-15pci: Validate interfaces on base_class_initEduardo Habkost
2017-10-15pci: conventional-pci-device and pci-express-device interfacesEduardo Habkost
2017-09-15net: Add SunGEM device emulation as found on Apple UniNorthBenjamin Herrenschmidt
2017-09-08pci: add reserved slot check to do_pci_register_device()Mark Cave-Ayland
2017-09-08pci: move check for existing devfn into new pci_bus_devfn_available() helperMark Cave-Ayland
2017-08-30kvm: remove hard dependency on pciCornelia Huck
2017-07-14hw/pci/pci.c: Use memory_region_init_rom()Peter Maydell
2017-07-14memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi
2017-07-03pci: Add comment for pci_add_capability2()Mao Zhongyi
2017-07-03pci: Clean up error checking in pci_add_capability()Mao Zhongyi
2017-06-28vmstate: error hint for failed equal checksHalil Pasic
2017-05-18pci: deassert intx when pci device unrealizeHerongguang (Stephen)
2017-04-04pci: Only unmap bus_master_enabled_region if was added previouslyAlexey Kardashevskiy
2017-03-29pci: Add missing drop of bus master AS referenceAlexey Kardashevskiy