aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)Author
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-04-06virtio-pci: compat page aligned ATSJason Wang
2021-04-01pci: sprinkle assert in PCI pin numberIsaku Yamahata
2021-03-22pci: introduce acpi-index property for PCI deviceIgor Mammedov
2021-03-02hw/pci: Have safer pcie_bus_realize() by checking error pathPhilippe Mathieu-Daudé
2021-02-23pcie: don't set link state active if the slot is emptyLaurent Vivier
2021-02-23pci: cleanup failover sanity checkLaurent Vivier
2021-02-05pci: add romsize propertyPaolo Bonzini
2021-02-05pci: reject too large ROMsPaolo Bonzini
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake
2021-01-13pci/shpc: don't push attention button when ejecting powered-off deviceRoman Kagan
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-12-15msix: assert that accesses are within boundsPaolo Bonzini
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-10-30pci: Disallow improper BAR registration for type 1Ben Widawsky
2020-10-30pci: Change error_report to assert(3)Ben Widawsky
2020-10-30pci: advertise a page aligned ATSJason Wang
2020-10-30pci: Assert irqnum is between 0 and bus->nirqs in pci_bus_change_irq_levelMark Cave-Ayland
2020-10-30hw/pci: Extract pci_bus_change_irq_level() from pci_change_irq_level()Philippe Mathieu-Daudé
2020-10-13hw/pci: Fix typo in PCI hot-plug error messageJulia Suvorova
2020-09-29qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé
2020-08-21meson: convert hw/pciMarc-André Lureau
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-27hw/pci-host: save/restore pci host config registerHogan Wang
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster
2020-07-02pci: Delete useless error_propagate()Markus Armbruster
2020-06-15pci: pci_create(), pci_create_multifunction() are now unused, dropMarkus Armbruster
2020-06-15pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster
2020-06-15pci: New pci_new(), pci_realize_and_unref() etc.Markus Armbruster
2020-06-15qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert to qbus_realize(), qbus_unrealize()Markus Armbruster
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-06-12pci: Display PCI IRQ pin in "info pci"Peter Xu
2020-06-12hw/pci: Fix crash when running QEMU with "-nic model=rocker"Thomas Huth
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé
2020-06-09hw/pci/pci_bridge: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2020-06-09hw/pci/pci_bridge: Correct pci_bridge_io memory region sizePhilippe Mathieu-Daudé
2020-06-09pci: assert configuration access is within boundsPrasad J Pandit
2020-06-09hw/pci/pcie: Move hot plug capability check to pre_plug callbackJulia Suvorova
2020-06-09msix: allow qword MSI-X table accessesMichael S. Tsirkin
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-05-04hw/pci/pcie: Replace PCI_DEVICE() casts with existing variableJulia Suvorova
2020-05-04hw/pci/pcie: Forbid hot-plug if it's disabled on the slotJulia Suvorova
2020-03-16pci: Honour wmask when resetting PCI_INTERRUPT_LINEBALATON Zoltan
2020-03-08pcie_root_port: Add hotplug disabling optionJulia Suvorova