aboutsummaryrefslogtreecommitdiff
path: root/hw/net/vhost_net-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/net/vhost_net-stub.c')
-rw-r--r--hw/net/vhost_net-stub.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/net/vhost_net-stub.c b/hw/net/vhost_net-stub.c
index 89d71cfb8e..2d745e359c 100644
--- a/hw/net/vhost_net-stub.c
+++ b/hw/net/vhost_net-stub.c
@@ -101,3 +101,9 @@ int vhost_net_set_mtu(struct vhost_net *net, uint16_t mtu)
{
return 0;
}
+
+void vhost_net_virtqueue_reset(VirtIODevice *vdev, NetClientState *nc,
+ int vq_index)
+{
+
+}