]> git.proxmox.com Git - mirror_qemu.git/commitdiff
vmxnet3: silence warning
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 30 Nov 2015 16:26:24 +0000 (18:26 +0200)
committerJason Wang <jasowang@redhat.com>
Mon, 7 Dec 2015 13:43:48 +0000 (21:43 +0800)
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>
hw/net/vmxnet3.c

index 5e3a233237ede3448a4e14039e8aaac81347f4d8..37373e5d3d748ab9cceeb0d68157ba030b4a9343 100644 (file)
@@ -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;
 }