summary refs log tree commit diff stats
path: root/hw/pci/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-251-2/+2
* hw/pci: Always call pcie_sriov_pf_reset()Akihiko Odaki2024-03-121-0/+1
* Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...Peter Maydell2024-02-021-4/+6
|\
| * pci: Switch bus reset to 3-phase-resetPeter Maydell2024-02-021-4/+6
* | hw/pci: remove pci_nic_init_nofail()David Woodhouse2024-02-021-72/+0
* | hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()David Woodhouse2024-02-021-0/+45
|/
* hw/pci: Constify VMStateRichard Henderson2023-12-301-4/+4
* hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu2023-11-031-5/+13
* 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