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.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/net/vhost_net-stub.c b/hw/net/vhost_net-stub.c
index 89d71cfb8e..126ee35b70 100644
--- a/hw/net/vhost_net-stub.c
+++ b/hw/net/vhost_net-stub.c
@@ -101,3 +101,12 @@ int vhost_net_set_mtu(struct vhost_net *net, uint16_t mtu)
{
return 0;
}
+
+bool vhost_net_config_pending(VHostNetState *net)
+{
+ return false;
+}
+
+void vhost_net_config_mask(VHostNetState *net, VirtIODevice *dev, bool mask)
+{
+}