aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell3-9/+32
2024-03-12hw/pci: Always call pcie_sriov_pf_reset()Akihiko Odaki1-0/+1
2024-03-12pcie_sriov: Do not reset NumVFs after disabling VFsAkihiko Odaki1-1/+2
2024-03-12pcie_sriov: Reset SR-IOV extended capabilityAkihiko Odaki1-8/+18
2024-03-12pcie_sriov: Validate NumVFsAkihiko Odaki1-0/+3
2024-03-12pcie: Support PCIe Gen5/Gen6 link speedsLukas Stockner1-0/+8
2024-03-11hw/pci: add some convenient trace-events for pcie and shpc hotplugVladimir Sementsov-Ogievskiy3-0/+108
2024-03-09hw/pci/msi: Restrict xen_is_pirq_msi() call to XenPhilippe Mathieu-Daudé1-1/+2
2024-02-02Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...Peter Maydell1-4/+6
2024-02-02hw/pci: remove pci_nic_init_nofail()David Woodhouse1-72/+0
2024-02-02hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()David Woodhouse1-0/+45
2024-02-02pci: Switch bus reset to 3-phase-resetPeter Maydell1-4/+6
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-1/+0
2023-12-31meson: remove CONFIG_ALLPaolo Bonzini1-1/+0
2023-12-30hw/pci: Constify VMStateRichard Henderson5-10/+10
2023-12-02msix: unset PCIDevice::msix_vector_poll_notifier in rollbackRobert Hoo1-0/+1
2023-12-02pcie_sriov: Remove g_new assertionAkihiko Odaki1-1/+0
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu1-5/+13
2023-11-01migration: Use vmstate_register_any()Juan Quintela1-1/+1
2023-10-19hw/pci: Clean up global variable shadowing of address_space_io variablePhilippe Mathieu-Daudé1-16/+9
2023-10-04pcie_sriov: unregister_vfs(): fix error pathVladimir Sementsov-Ogievskiy1-6/+3
2023-10-04pci: SLT must be ROMichael S. Tsirkin2-1/+15
2023-09-20hw/pci: spelling fixesMichael Tokarev2-2/+2
2023-08-11pci: Fix the update of interrupt disable bit in PCI_COMMAND registerGuoyi Tu1-1/+1
2023-08-03pci: do not respond config requests after PCI device ejectYuri Benditovich1-2/+13
2023-07-25hw/pci: add comment to explain checking for available function 0 in pci hotplugAni Sinha1-3/+8
2023-07-14kconfig: Add PCIe devices to s390x machinesCédric Le Goater1-0/+3
2023-07-10pcie: Specify 0 for ARI next function numbersAkihiko Odaki2-1/+3
2023-07-10pcie: Use common ARI next function numberAkihiko Odaki1-1/+3
2023-07-10pcie: Add hotplug detect state register to cmaskLeonardo Bras1-0/+4
2023-07-10hw/pci: warn when PCIe device is plugged into non-zero slot of downstream portAni Sinha1-0/+20
2023-07-10pcie: Release references of virtual functionsAkihiko Odaki1-0/+1
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()Bernhard Beschow1-4/+9
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...Bernhard Beschow1-3/+4
2023-07-10hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macroBernhard Beschow1-1/+1
2023-07-10pcie: Add a PCIe capability version helperAlex Williamson1-0/+7
2023-06-23pci: ROM preallocation for incoming migrationVladimir Sementsov-Ogievskiy1-33/+46
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-4/+4
2023-06-09hw/pci/pci: Simplify pci_bar_address() using MACHINE_GET_CLASS() macroPhilippe Mathieu-Daudé1-3/+1
2023-06-07hw/pci/pci.c: Don't leak PCIBus::irq_count[] in pci_bus_irqs()Bernhard Beschow1-0/+2
2023-05-19hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0Leonardo Bras2-4/+9
2023-05-19pci: pci_add_option_rom(): refactor: use g_autofree for path variableVladimir Sementsov-Ogievskiy1-7/+1
2023-05-19pci: pci_add_option_rom(): improve styleVladimir Sementsov-Ogievskiy1-10/+9
2023-05-16hw/pci-bridge: Fix release ordering by embedding PCIBridgeWindows within PCIB...Jonathan Cameron1-11/+8
2023-04-21pci: avoid accessing slot_reserved_mask directly outside of pci.cChuck Zmudzinski1-0/+15
2023-03-11Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell1-0/+5
2023-03-10pcie: Introduce pcie_sriov_num_vfsAkihiko Odaki1-0/+5
2023-03-07hw/pci: Add pcie_count_ds_port() and pcie_find_port_first() helpersJonathan Cameron1-0/+38
2023-03-07hw/pci/aer: Make PCIE AER error injection facility available for other emulat...Jonathan Cameron1-1/+0
2023-03-07hw/pci/aer: Add missing routing for AER errorsJonathan Cameron1-1/+9