summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2015-11-30 18:26:24 +0200
committerJason Wang <jasowang@redhat.com>2015-12-07 21:43:48 +0800
commit6a9c6470957e935acc796e87e2697340640760f9 (patch)
tree2450b6e900b51e3eb589065447a55bc94d5fb46d
parent8b98a2f07175d46c3f7217639bd5e03f2ec56343 (diff)
downloadhqemu-6a9c6470957e935acc796e87e2697340640760f9.zip
hqemu-6a9c6470957e935acc796e87e2697340640760f9.tar.gz
vmxnet3: silence warning
vmxnet3 always produces a warning under qtest. This is not a user error, don't warn. Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
-rw-r--r--hw/net/vmxnet3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/net/vmxnet3.c b/hw/net/vmxnet3.c
index 5e3a233..37373e5 100644
--- a/hw/net/vmxnet3.c
+++ b/hw/net/vmxnet3.c
@@ -2015,7 +2015,6 @@ static bool vmxnet3_peer_has_vnet_hdr(VMXNET3State *s)
return true;
}
- VMW_WRPRN("Peer has no virtio extension. Task offloads will be emulated.");
return false;
}
OpenPOWER on IntegriCloud