Re: [RFC 1/1] virtio-pci: add SR-IOV capability

2023-07-19 Thread Jason Wang
On Wed, Jul 19, 2023 at 9:59 AM Yui Washizu wrote: > > This enables SR-IOV emulation on virtio-pci devices by adding SR-IOV > capability > It also introduces a newly added property 'sriov_max_vfs' > to enable or disable the SR-IOV feature on the virtio-pci device in guest, > as well as to specify

Re: [RFC 1/1] virtio-pci: add SR-IOV capability

2023-07-19 Thread Akihiko Odaki
On 2023/07/19 10:56, Yui Washizu wrote: This enables SR-IOV emulation on virtio-pci devices by adding SR-IOV capability It also introduces a newly added property 'sriov_max_vfs' to enable or disable the SR-IOV feature on the virtio-pci device in guest, as well as to specify the maximum number of

[RFC 1/1] virtio-pci: add SR-IOV capability

2023-07-19 Thread Yui Washizu
This enables SR-IOV emulation on virtio-pci devices by adding SR-IOV capability It also introduces a newly added property 'sriov_max_vfs' to enable or disable the SR-IOV feature on the virtio-pci device in guest, as well as to specify the maximum number of VFs that can be created in the guest. Cur