diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2024-08-01 03:44:17 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2024-08-01 04:32:00 -0400 |
commit | cc91ac0a7240dea713acc802d0c304163a1c15c6 (patch) | |
tree | 9f430583f92a1c92192583b080aacaaf649f42a6 | |
parent | e57030e8dc071424b0fc35c0e0cf2898e53d5e81 (diff) | |
download | qemu-cc91ac0a7240dea713acc802d0c304163a1c15c6.zip qemu-cc91ac0a7240dea713acc802d0c304163a1c15c6.tar.gz qemu-cc91ac0a7240dea713acc802d0c304163a1c15c6.tar.bz2 |
Revert "virtio-net: Implement SR-IOV VF"
This reverts commit c2d6db6a1f39780b24538440091893f9fbe060a7.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | hw/virtio/virtio-net-pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/virtio/virtio-net-pci.c b/hw/virtio/virtio-net-pci.c index dba4987..e03543a 100644 --- a/hw/virtio/virtio-net-pci.c +++ b/hw/virtio/virtio-net-pci.c @@ -75,7 +75,6 @@ static void virtio_net_pci_class_init(ObjectClass *klass, void *data) k->device_id = PCI_DEVICE_ID_VIRTIO_NET; k->revision = VIRTIO_PCI_ABI_VERSION; k->class_id = PCI_CLASS_NETWORK_ETHERNET; - k->sriov_vf_user_creatable = true; set_bit(DEVICE_CATEGORY_NETWORK, dc->categories); device_class_set_props(dc, virtio_net_properties); vpciklass->realize = virtio_net_pci_realize; |