projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b98a2f
)
vmxnet3: silence warning
author
Michael S. Tsirkin
<mst@redhat.com>
Mon, 30 Nov 2015 16:26:24 +0000
(18:26 +0200)
committer
Jason 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
patch
|
blob
|
history
diff --git
a/hw/net/vmxnet3.c
b/hw/net/vmxnet3.c
index 5e3a233237ede3448a4e14039e8aaac81347f4d8..37373e5d3d748ab9cceeb0d68157ba030b4a9343 100644
(file)
--- 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;
}