summary refs log tree commit diff stats
path: root/hw/pci/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2022-12-211-11/+9
|\
| * pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov2022-12-211-11/+9
* | pci: Move pcibus_dev_print() to pci-hmp-cmds.cMarkus Armbruster2022-12-191-38/+0
* | pci: Deduplicate get_class_desc()Markus Armbruster2022-12-191-6/+3
* | pci: Move QMP commands to new hw/pci/pci-qmp-cmds.cMarkus Armbruster2022-12-191-182/+4
* | pci: Clean up a few things checkpatch.pl would flag later onMarkus Armbruster2022-12-191-3/+6
|/
* pci: Use device_cold_reset() and bus_cold_reset()Peter Maydell2022-12-161-3/+3
* qapi pci: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-2/+0
* vfio-user: handle device interruptsJagannathan Raman2022-06-151-0/+13
* pci: fix overflow in snprintf string formattingClaudio Fontana2022-06-091-9/+9
* hw/cxl/rp: Add a root portBen Widawsky2022-05-131-1/+3
* hw/pxb: Allow creation of a CXL PXB (host bridge)Ben Widawsky2022-05-131-0/+7
* hw/pci/cxl: Add a CXL component type (interface)Ben Widawsky2022-05-131-0/+10
* Warn user if the vga flag is passed but no vga device is createdGautam Agrawal2022-05-091-0/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* hw/pci/pci.c: Fix typos of "Firewire", and of "controller" on same lineRebecca Cran2022-03-181-1/+1
* pci: show id info when pci BDF conflictZhenzhong Duan2022-03-061-2/+2
* pcie: Add support for Single Root I/O Virtualization (SR/IOV)Knut Omang2022-03-061-23/+77
* pci: Export the pci_intx() functionFrederic Barrat2022-01-071-5/+0
* trace-events,pci: unify trace events formatLaurent Vivier2022-01-071-2/+2
* pci: implement power stateGerd Hoffmann2021-11-151-2/+23
* pci: Export pci_for_each_device_under_bus*()Peter Xu2021-11-011-5/+5
* pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fnPeter Xu2021-11-011-14/+6
* qbus: Rename qbus_create() to qbus_new()Peter Maydell2021-09-301-1/+1
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-301-1/+1
* pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init()Peter Maydell2021-09-301-13/+13
* hw/pci: Add pci_bus_range() to get PCI bus number rangeXingang Wang2021-07-161-0/+16
* hw/pci/pci_host: Allow PCI host to bypass iommuXingang Wang2021-07-161-1/+17
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* 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/+2
* 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/+18
* 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/+1
* 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/+0
* pci: pci_create(), pci_create_multifunction() are now unused, dropMarkus Armbruster2020-06-151-16/+0