summary refs log tree commit diff stats
path: root/hw/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-251-2/+2
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2024-03-133-9/+32
|\
| * hw/pci: Always call pcie_sriov_pf_reset()Akihiko Odaki2024-03-121-0/+1
| * pcie_sriov: Do not reset NumVFs after disabling VFsAkihiko Odaki2024-03-121-1/+2
| * pcie_sriov: Reset SR-IOV extended capabilityAkihiko Odaki2024-03-121-8/+18
| * pcie_sriov: Validate NumVFsAkihiko Odaki2024-03-121-0/+3
| * pcie: Support PCIe Gen5/Gen6 link speedsLukas Stockner2024-03-121-0/+8
* | hw/pci: add some convenient trace-events for pcie and shpc hotplugVladimir Sementsov-Ogievskiy2024-03-113-0/+108
|/
* hw/pci/msi: Restrict xen_is_pirq_msi() call to XenPhilippe Mathieu-Daudé2024-03-091-1/+2
* 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
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-01-041-1/+0
|\
| * meson: remove CONFIG_ALLPaolo Bonzini2023-12-311-1/+0
* | hw/pci: Constify VMStateRichard Henderson2023-12-305-10/+10
|/
* msix: unset PCIDevice::msix_vector_poll_notifier in rollbackRobert Hoo2023-12-021-0/+1
* pcie_sriov: Remove g_new assertionAkihiko Odaki2023-12-021-1/+0
* 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
* pcie_sriov: unregister_vfs(): fix error pathVladimir Sementsov-Ogievskiy2023-10-041-6/+3
* pci: SLT must be ROMichael S. Tsirkin2023-10-042-1/+15
* hw/pci: spelling fixesMichael Tokarev2023-09-202-2/+2
* pci: Fix the update of interrupt disable bit in PCI_COMMAND registerGuoyi Tu2023-08-111-1/+1
* pci: do not respond config requests after PCI device ejectYuri Benditovich2023-08-031-2/+13
* hw/pci: add comment to explain checking for available function 0 in pci hotplugAni Sinha2023-07-251-3/+8
* kconfig: Add PCIe devices to s390x machinesCédric Le Goater2023-07-141-0/+3
* pcie: Specify 0 for ARI next function numbersAkihiko Odaki2023-07-102-1/+3
* pcie: Use common ARI next function numberAkihiko Odaki2023-07-101-1/+3
* pcie: Add hotplug detect state register to cmaskLeonardo Bras2023-07-101-0/+4
* hw/pci: warn when PCIe device is plugged into non-zero slot of downstream portAni Sinha2023-07-101-0/+20
* pcie: Release references of virtual functionsAkihiko Odaki2023-07-101-0/+1
* 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
* hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macroBernhard Beschow2023-07-101-1/+1
* pcie: Add a PCIe capability version helperAlex Williamson2023-07-101-0/+7
* pci: ROM preallocation for incoming migrationVladimir Sementsov-Ogievskiy2023-06-231-33/+46
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-4/+4
* 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-192-4/+9
* 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
* hw/pci-bridge: Fix release ordering by embedding PCIBridgeWindows within PCIB...Jonathan Cameron2023-05-161-11/+8
* pci: avoid accessing slot_reserved_mask directly outside of pci.cChuck Zmudzinski2023-04-211-0/+15
* Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell2023-03-111-0/+5
|\
| * pcie: Introduce pcie_sriov_num_vfsAkihiko Odaki2023-03-101-0/+5
* | hw/pci: Add pcie_count_ds_port() and pcie_find_port_first() helpersJonathan Cameron2023-03-071-0/+38
* | hw/pci/aer: Make PCIE AER error injection facility available for other emulat...Jonathan Cameron2023-03-071-1/+0