summaryrefslogtreecommitdiffstats
path: root/hw/pci
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* pci/shpc: don't push attention button when ejecting powered-off deviceRoman Kagan2021-01-131-2/+2
* 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-193-4/+4
|/
* msix: assert that accesses are within boundsPaolo Bonzini2020-12-151-0/+3
* 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: advertise a page aligned ATSJason Wang2020-10-301-2/+3
* 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-292-2/+2
* qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé2020-09-221-1/+1
* meson: convert hw/pciMarc-André Lureau2020-08-212-14/+19
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* hw/pci-host: save/restore pci host config registerHogan Wang2020-07-271-0/+33
* qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster2020-07-022-2/+2
* 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 qdev_unrealize() with CoccinelleMarkus Armbruster2020-06-152-2/+2
* qdev: Convert to qbus_realize(), qbus_unrealize()Markus Armbruster2020-06-151-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-131-0/+1
|\
| * accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2020-06-101-0/+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
* | hw/pci/pci_bridge: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2020-06-091-2/+2
* | hw/pci/pci_bridge: Correct pci_bridge_io memory region sizePhilippe Mathieu-Daudé2020-06-091-1/+2
* | pci: assert configuration access is within boundsPrasad J Pandit2020-06-091-0/+4
* | hw/pci/pcie: Move hot plug capability check to pre_plug callbackJulia Suvorova2020-06-091-8/+11
* | msix: allow qword MSI-X table accessesMichael S. Tsirkin2020-06-091-0/+6
|/
* qdev: Unrealize must not failMarkus Armbruster2020-05-153-9/+9
* hw/pci/pcie: Replace PCI_DEVICE() casts with existing variableJulia Suvorova2020-05-041-3/+3
* hw/pci/pcie: Forbid hot-plug if it's disabled on the slotJulia Suvorova2020-05-041-0/+19
* pci: Honour wmask when resetting PCI_INTERRUPT_LINEBALATON Zoltan2020-03-171-1/+4
* pcie_root_port: Add hotplug disabling optionJulia Suvorova2020-03-082-4/+8
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-242-3/+3
* migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu2020-01-201-1/+1
* hw/pci/pci_host: Let pci_data_[read/write] use unsigned 'size' argumentPhilippe Mathieu-Daudé2020-01-051-2/+2
* hw/pci/pci_host: Remove redundant PCI_DPRINTF()Philippe Mathieu-Daudé2020-01-051-16/+5Star
* hw/pci: Remove the "command_serr_enable" propertyThomas Huth2019-12-181-5/+1Star
* pci-stub: add more MSI functionsPaolo Bonzini2019-12-171-0/+27
* 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