diff options
author | Akihiko Odaki <akihiko.odaki@daynix.com> | 2025-03-14 15:14:54 +0900 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2025-05-14 05:39:14 -0400 |
commit | 19e55471d4e8a494cfda7470e701829e3a873bdc (patch) | |
tree | d91d391086406b509cc8f42d5aee3c44d746e444 /hw/virtio | |
parent | d2f5bb7849e463646173564fdadf40e32a32bf6e (diff) | |
download | qemu-19e55471d4e8a494cfda7470e701829e3a873bdc.zip qemu-19e55471d4e8a494cfda7470e701829e3a873bdc.tar.gz qemu-19e55471d4e8a494cfda7470e701829e3a873bdc.tar.bz2 |
pcie_sriov: Allow user to create SR-IOV device
A user can create a SR-IOV device by specifying the PF with the
sriov-pf property of the VFs. The VFs must be added before the PF.
A user-creatable VF must have PCIDeviceClass::sriov_vf_user_creatable
set. Such a VF cannot refer to the PF because it is created before the
PF.
A PF that user-creatable VFs can be attached calls
pcie_sriov_pf_init_from_user_created_vfs() during realization and
pcie_sriov_pf_exit() when exiting.
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-Id: <20250314-sriov-v9-5-57dae8ae3ab5@daynix.com>
Tested-by: Yui Washizu <yui.washidu@gmail.com>
Tested-by: Pasha Tatashin <pasha.tatashin@soleen.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/virtio')
0 files changed, 0 insertions, 0 deletions