summary refs log tree commit diff stats
path: root/hw/pci/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* migration: Use vmstate_register_any()Juan Quintela2023-11-011-1/+1
* hw/pci: Clean up global variable shadowing of address_space_io variablePhilippe Mathieu-Daudé2023-10-191-16/+9
* pci: SLT must be ROMichael S. Tsirkin2023-10-041-1/+1
* pci: Fix the update of interrupt disable bit in PCI_COMMAND registerGuoyi Tu2023-08-111-1/+1
* hw/pci: add comment to explain checking for available function 0 in pci hotplugAni Sinha2023-07-251-3/+8
* pcie: Specify 0 for ARI next function numbersAkihiko Odaki2023-07-101-0/+2
* hw/pci: warn when PCIe device is plugged into non-zero slot of downstream portAni Sinha2023-07-101-0/+20
* hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()Bernhard Beschow2023-07-101-4/+9
* hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...Bernhard Beschow2023-07-101-3/+4
* pci: ROM preallocation for incoming migrationVladimir Sementsov-Ogievskiy2023-06-231-33/+46
* hw/pci/pci: Simplify pci_bar_address() using MACHINE_GET_CLASS() macroPhilippe Mathieu-Daudé2023-06-091-3/+1
* hw/pci/pci.c: Don't leak PCIBus::irq_count[] in pci_bus_irqs()Bernhard Beschow2023-06-071-0/+2
* hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras2023-05-191-0/+2
* pci: pci_add_option_rom(): refactor: use g_autofree for path variableVladimir Sementsov-Ogievskiy2023-05-191-7/+1
* pci: pci_add_option_rom(): improve styleVladimir Sementsov-Ogievskiy2023-05-191-10/+9
* pci: avoid accessing slot_reserved_mask directly outside of pci.cChuck Zmudzinski2023-04-211-0/+15
* pci: move acpi-index uniqueness check to generic PCI device codeIgor Mammedov2023-03-071-0/+57
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2023-03-031-0/+8
|\
| * hw/pci: Trace IRQ routing on PCI topologyPhilippe Mathieu-Daudé2023-03-021-0/+8
* | hw/xen: Support MSI mapping to PIRQDavid Woodhouse2023-03-011-0/+17
|/
* hw/pci: Fix a typoPhilippe Mathieu-Daudé2023-02-271-1/+1
* net: Move the code to collect available NIC models to a separate functionThomas Huth2023-02-171-28/+1
* pci: make sure pci_bus_is_express() won't error out with "discards ‘constâ€...Igor Mammedov2023-01-281-1/+1
* hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow2023-01-131-3/+9
* 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