aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci/pcie_sriov.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "pcie_sriov: Do not manually unrealize"Michael S. Tsirkin2024-08-011-0/+4
* Revert "pcie_sriov: Ensure VF function number does not overflow"Michael S. Tsirkin2024-08-011-17/+2
* Revert "pcie_sriov: Reuse SR-IOV VF device instances"Michael S. Tsirkin2024-08-011-40/+55
* Revert "pcie_sriov: Release VFs failed to realize"Michael S. Tsirkin2024-08-011-2/+0
* Revert "pcie_sriov: Remove num_vfs from PCIESriovPF"Michael S. Tsirkin2024-08-011-20/+8
* Revert "pcie_sriov: Register VFs after migration"Michael S. Tsirkin2024-08-011-7/+0
* Revert "pcie_sriov: Ensure PF and VF are mutually exclusive"Michael S. Tsirkin2024-08-011-5/+0
* Revert "pcie_sriov: Check PCI Express for SR-IOV PF"Michael S. Tsirkin2024-08-011-5/+0
* Revert "pcie_sriov: Allow user to create SR-IOV device"Michael S. Tsirkin2024-08-011-232/+58
* pcie_sriov: Allow user to create SR-IOV deviceAkihiko Odaki2024-07-221-58/+232
* pcie_sriov: Check PCI Express for SR-IOV PFAkihiko Odaki2024-07-221-0/+5
* pcie_sriov: Ensure PF and VF are mutually exclusiveAkihiko Odaki2024-07-221-0/+5
* pcie_sriov: Register VFs after migrationAkihiko Odaki2024-07-031-0/+7
* pcie_sriov: Remove num_vfs from PCIESriovPFAkihiko Odaki2024-07-031-8/+20
* pcie_sriov: Release VFs failed to realizeAkihiko Odaki2024-07-031-0/+2
* pcie_sriov: Reuse SR-IOV VF device instancesAkihiko Odaki2024-07-031-55/+40
* pcie_sriov: Ensure VF function number does not overflowAkihiko Odaki2024-07-031-2/+17
* pcie_sriov: Do not manually unrealizeAkihiko Odaki2024-07-031-4/+0
* 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_sriov: Remove g_new assertionAkihiko Odaki2023-12-021-1/+0
* pcie_sriov: unregister_vfs(): fix error pathVladimir Sementsov-Ogievskiy2023-10-041-6/+3
* pcie: Release references of virtual functionsAkihiko Odaki2023-07-101-0/+1
* pcie: Introduce pcie_sriov_num_vfsAkihiko Odaki2023-03-101-0/+5
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-081-1/+1
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* pcie: Add a helper to the SR/IOV APIƁukasz Gieryk2022-03-061-1/+9
* pcie: Add support for Single Root I/O Virtualization (SR/IOV)Knut Omang2022-03-061-0/+294