commit | cfecc2918d2b3c5e86ff1a6c95eabbbb17bb8fd3 | [log] [tgz] |
---|---|---|
author | Tiwei Bie <tiwei.bie@intel.com> | Fri Jun 01 12:02:39 2018 +0800 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Jun 12 04:59:29 2018 +0300 |
tree | e1d6119d7345b602e538f1eb6be11ad432e4ee3c | |
parent | 670ae9caaca467ea1bfd325cb2a5c98ba87f94ad [diff] |
virtio_pci: support enabling VFs There is a new feature bit allocated in virtio spec to support SR-IOV (Single Root I/O Virtualization): https://github.com/oasis-tcs/virtio-spec/issues/11 This patch enables the support for this feature bit in virtio driver. Signed-off-by: Tiwei Bie <tiwei.bie@intel.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>