aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu1-1/+1
2019-12-18hw/pci: Remove the "command_serr_enable" propertyThomas Huth1-5/+1
2019-11-05pci: Use PCI aliases when determining device IOMMU address spaceAlex Williamson1-3/+40
2019-10-29migration: allow unplug during migration for failover devicesJens Freimann1-0/+1
2019-10-29pci: add option for net failoverJens Freimann1-0/+31
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster1-0/+1
2019-08-16numa: Move remaining NUMA declarations from sysemu.h to numa.hMarkus Armbruster1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-05-29pci: Fold pci_get_bus_devfn() into its sole callerDavid Gibson1-32/+28
2019-05-29pcie: Simplify pci_adjust_config_limit()David Gibson1-18/+23
2019-05-20pci: Simplify pci_bus_is_root()David Gibson1-12/+2
2019-04-26spapr: Drop duplicate PCI swizzle codeGreg Kurz1-1/+1
2019-04-17pci: Report fatal errors with error_report(), not error_printf()Markus Armbruster1-1/+1
2019-04-09pci: Allow PCI bus subtypes to support extended config space accessesGreg Kurz1-0/+24
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand1-1/+2
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-22/+22
2019-01-09pci: allow cleanup/unregistration of PCI root busesMichael Roth1-0/+33
2018-12-19pci: Sync PCIe downstream port LNKSTA on readAlex Williamson1-0/+4
2018-12-14hw/pci/pci.c: Don't use load_image()Peter Maydell1-1/+5
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau1-4/+4
2018-10-11qmp, hmp: make subsystem/system-vendor identities optionalDenis V. Lunev1-3/+10
2018-09-25qmp, hmp: add PCI subsystem id and vendor id to PCI infoDenis V. Lunev1-0/+3
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-14/+0
2018-03-20hw/pci: remove obsolete PCIDevice->init()Philippe Mathieu-Daudé1-14/+0
2018-03-12net: allow using any PCI NICs in -net or -nicPaolo Bonzini1-31/+30
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-1/+1
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+6
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+2
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-2/+6
2018-02-06hw/pci*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-2/+2
2017-12-05pci: Eliminate pci_find_primary_bus()David Gibson1-16/+0
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-36/+40
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-23/+26
2017-11-16pci: Initialize pci_dev->name before useAlexey Kardashevskiy1-1/+1
2017-10-15pci: Validate interfaces on base_class_initEduardo Habkost1-0/+12
2017-10-15pci: conventional-pci-device and pci-express-device interfacesEduardo Habkost1-0/+12
2017-09-15net: Add SunGEM device emulation as found on Apple UniNorthBenjamin Herrenschmidt1-0/+2
2017-09-08pci: add reserved slot check to do_pci_register_device()Mark Cave-Ayland1-3/+15
2017-09-08pci: move check for existing devfn into new pci_bus_devfn_available() helperMark Cave-Ayland1-2/+8
2017-08-30kvm: remove hard dependency on pciCornelia Huck1-0/+2
2017-07-14hw/pci/pci.c: Use memory_region_init_rom()Peter Maydell1-2/+1
2017-07-14memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()Peter Maydell1-1/+1
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi1-18/+2
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi1-6/+4