projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e57030e
)
Revert "virtio-net: Implement SR-IOV VF"
author
Michael S. Tsirkin
<mst@redhat.com>
Thu, 1 Aug 2024 07:44:17 +0000
(
03:44
-0400)
committer
Michael S. Tsirkin
<mst@redhat.com>
Thu, 1 Aug 2024 08:32:00 +0000
(
04:32
-0400)
This reverts commit
c2d6db6a1f39780b24538440091893f9fbe060a7
.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/virtio-net-pci.c
patch
|
blob
|
history
diff --git
a/hw/virtio/virtio-net-pci.c
b/hw/virtio/virtio-net-pci.c
index dba4987d6e04947580f351773cca7e73f1d37c3d..e03543a70a751ae83a8b1cc96cf37cc9b5b36250 100644
(file)
--- 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;