aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)Author
2024-08-01Revert "hw/pci: Rename has_power to enabled"Michael S. Tsirkin
2024-08-01Revert "pcie_sriov: Do not manually unrealize"Michael S. Tsirkin
2024-08-01Revert "pcie_sriov: Ensure VF function number does not overflow"Michael S. Tsirkin
2024-08-01Revert "pcie_sriov: Reuse SR-IOV VF device instances"Michael S. Tsirkin
2024-08-01Revert "pcie_sriov: Release VFs failed to realize"Michael S. Tsirkin
2024-08-01Revert "pcie_sriov: Remove num_vfs from PCIESriovPF"Michael S. Tsirkin
2024-08-01Revert "pcie_sriov: Register VFs after migration"Michael S. Tsirkin
2024-08-01Revert "hw/pci: Fix SR-IOV VF number calculation"Michael S. Tsirkin
2024-08-01Revert "pcie_sriov: Ensure PF and VF are mutually exclusive"Michael S. Tsirkin
2024-08-01Revert "pcie_sriov: Check PCI Express for SR-IOV PF"Michael S. Tsirkin
2024-08-01Revert "pcie_sriov: Allow user to create SR-IOV device"Michael S. Tsirkin
2024-07-22pcie_sriov: Allow user to create SR-IOV deviceAkihiko Odaki
2024-07-22pcie_sriov: Check PCI Express for SR-IOV PFAkihiko Odaki
2024-07-22pcie_sriov: Ensure PF and VF are mutually exclusiveAkihiko Odaki
2024-07-22hw/pci: Fix SR-IOV VF number calculationAkihiko Odaki
2024-07-03hw/pci: Replace -1 with UINT32_MAX for romsizeAkihiko Odaki
2024-07-03pcie_sriov: Register VFs after migrationAkihiko Odaki
2024-07-03pcie_sriov: Remove num_vfs from PCIESriovPFAkihiko Odaki
2024-07-03pcie_sriov: Release VFs failed to realizeAkihiko Odaki
2024-07-03pcie_sriov: Reuse SR-IOV VF device instancesAkihiko Odaki
2024-07-03pcie_sriov: Ensure VF function number does not overflowAkihiko Odaki
2024-07-03pcie_sriov: Do not manually unrealizeAkihiko Odaki
2024-07-03hw/pci: Rename has_power to enabledAkihiko Odaki
2024-06-24HostIOMMUDevice: Store the aliased bus and devfnEric Auger
2024-06-24hw/pci: Introduce pci_device_[set|unset]_iommu_device()Yi Liu
2024-06-24hw/pci: Introduce helper function pci_device_get_iommu_bus_devfn()Zhenzhong Duan
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-03-12hw/pci: Always call pcie_sriov_pf_reset()Akihiko Odaki
2024-03-12pcie_sriov: Do not reset NumVFs after disabling VFsAkihiko Odaki
2024-03-12pcie_sriov: Reset SR-IOV extended capabilityAkihiko Odaki
2024-03-12pcie_sriov: Validate NumVFsAkihiko Odaki
2024-03-12pcie: Support PCIe Gen5/Gen6 link speedsLukas Stockner
2024-03-11hw/pci: add some convenient trace-events for pcie and shpc hotplugVladimir Sementsov-Ogievskiy
2024-03-09hw/pci/msi: Restrict xen_is_pirq_msi() call to XenPhilippe Mathieu-Daudé
2024-02-02Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...Peter Maydell
2024-02-02hw/pci: remove pci_nic_init_nofail()David Woodhouse
2024-02-02hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()David Woodhouse
2024-02-02pci: Switch bus reset to 3-phase-resetPeter Maydell
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-12-31meson: remove CONFIG_ALLPaolo Bonzini
2023-12-30hw/pci: Constify VMStateRichard Henderson
2023-12-02msix: unset PCIDevice::msix_vector_poll_notifier in rollbackRobert Hoo
2023-12-02pcie_sriov: Remove g_new assertionAkihiko Odaki
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu
2023-11-01migration: Use vmstate_register_any()Juan Quintela
2023-10-19hw/pci: Clean up global variable shadowing of address_space_io variablePhilippe Mathieu-Daudé
2023-10-04pcie_sriov: unregister_vfs(): fix error pathVladimir Sementsov-Ogievskiy
2023-10-04pci: SLT must be ROMichael S. Tsirkin
2023-09-20hw/pci: spelling fixesMichael Tokarev