index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
pci
/
pcie_sriov.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "pcie_sriov: Do not manually unrealize"
Michael S. Tsirkin
2024-08-01
1
-0
/
+4
*
Revert "pcie_sriov: Ensure VF function number does not overflow"
Michael S. Tsirkin
2024-08-01
1
-17
/
+2
*
Revert "pcie_sriov: Reuse SR-IOV VF device instances"
Michael S. Tsirkin
2024-08-01
1
-40
/
+55
*
Revert "pcie_sriov: Release VFs failed to realize"
Michael S. Tsirkin
2024-08-01
1
-2
/
+0
*
Revert "pcie_sriov: Remove num_vfs from PCIESriovPF"
Michael S. Tsirkin
2024-08-01
1
-20
/
+8
*
Revert "pcie_sriov: Register VFs after migration"
Michael S. Tsirkin
2024-08-01
1
-7
/
+0
*
Revert "pcie_sriov: Ensure PF and VF are mutually exclusive"
Michael S. Tsirkin
2024-08-01
1
-5
/
+0
*
Revert "pcie_sriov: Check PCI Express for SR-IOV PF"
Michael S. Tsirkin
2024-08-01
1
-5
/
+0
*
Revert "pcie_sriov: Allow user to create SR-IOV device"
Michael S. Tsirkin
2024-08-01
1
-232
/
+58
*
pcie_sriov: Allow user to create SR-IOV device
Akihiko Odaki
2024-07-22
1
-58
/
+232
*
pcie_sriov: Check PCI Express for SR-IOV PF
Akihiko Odaki
2024-07-22
1
-0
/
+5
*
pcie_sriov: Ensure PF and VF are mutually exclusive
Akihiko Odaki
2024-07-22
1
-0
/
+5
*
pcie_sriov: Register VFs after migration
Akihiko Odaki
2024-07-03
1
-0
/
+7
*
pcie_sriov: Remove num_vfs from PCIESriovPF
Akihiko Odaki
2024-07-03
1
-8
/
+20
*
pcie_sriov: Release VFs failed to realize
Akihiko Odaki
2024-07-03
1
-0
/
+2
*
pcie_sriov: Reuse SR-IOV VF device instances
Akihiko Odaki
2024-07-03
1
-55
/
+40
*
pcie_sriov: Ensure VF function number does not overflow
Akihiko Odaki
2024-07-03
1
-2
/
+17
*
pcie_sriov: Do not manually unrealize
Akihiko Odaki
2024-07-03
1
-4
/
+0
*
pcie_sriov: Do not reset NumVFs after disabling VFs
Akihiko Odaki
2024-03-12
1
-1
/
+2
*
pcie_sriov: Reset SR-IOV extended capability
Akihiko Odaki
2024-03-12
1
-8
/
+18
*
pcie_sriov: Validate NumVFs
Akihiko Odaki
2024-03-12
1
-0
/
+3
*
pcie_sriov: Remove g_new assertion
Akihiko Odaki
2023-12-02
1
-1
/
+0
*
pcie_sriov: unregister_vfs(): fix error path
Vladimir Sementsov-Ogievskiy
2023-10-04
1
-6
/
+3
*
pcie: Release references of virtual functions
Akihiko Odaki
2023-07-10
1
-0
/
+1
*
pcie: Introduce pcie_sriov_num_vfs
Akihiko Odaki
2023-03-10
1
-0
/
+5
*
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
2023-01-08
1
-1
/
+1
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
1
-1
/
+1
*
pcie: Add a helper to the SR/IOV API
Ćukasz Gieryk
2022-03-06
1
-1
/
+9
*
pcie: Add support for Single Root I/O Virtualization (SR/IOV)
Knut Omang
2022-03-06
1
-0
/
+294