summaryrefslogtreecommitdiffstats
path: root/hw/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* pci: sprinkle assert in PCI pin numberIsaku Yamahata2021-04-011-0/+3
* pci: introduce acpi-index property for PCI deviceIgor Mammedov2021-03-221-0/+1
* hw/pci: Have safer pcie_bus_realize() by checking error pathPhilippe Mathieu-Daudé2021-03-021-1/+6
* pci: cleanup failover sanity checkLaurent Vivier2021-02-231-4/+2Star
* pci: add romsize propertyPaolo Bonzini2021-02-051-2/+17
* pci: reject too large ROMsPaolo Bonzini2021-02-051-2/+8
* qapi: More complex uses of QAPI_LIST_APPENDEric Blake2021-01-281-42/+18Star
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-01-011-0/+1
|\
| * qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* | migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-191-2/+2
|/
* machine: introduce MachineInitPhasePaolo Bonzini2020-12-151-1/+1
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* pci: Disallow improper BAR registration for type 1Ben Widawsky2020-10-301-0/+6
* pci: Change error_report to assert(3)Ben Widawsky2020-10-301-5/+1Star
* pci: Assert irqnum is between 0 and bus->nirqs in pci_bus_change_irq_levelMark Cave-Ayland2020-10-301-0/+2
* hw/pci: Extract pci_bus_change_irq_level() from pci_change_irq_level()Philippe Mathieu-Daudé2020-10-301-2/+7
* hw/pci: Fix typo in PCI hot-plug error messageJulia Suvorova2020-10-131-1/+1
* qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé2020-09-291-1/+1
* qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé2020-09-221-1/+1
* pci: Delete useless error_propagate()Markus Armbruster2020-07-021-3/+0Star
* pci: pci_create(), pci_create_multifunction() are now unused, dropMarkus Armbruster2020-06-151-16/+0Star
* pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster2020-06-151-4/+4
* pci: New pci_new(), pci_realize_and_unref() etc.Markus Armbruster2020-06-151-0/+21
* qdev: Convert to qbus_realize(), qbus_unrealize()Markus Armbruster2020-06-151-1/+1
* 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