* [Qemu-devel] [PATCH v3] vmxnet3: silence warning
@ 2015-11-30 16:26 Michael S. Tsirkin
2015-12-01 5:10 ` Jason Wang
0 siblings, 1 reply; 2+ messages in thread
From: Michael S. Tsirkin @ 2015-11-30 16:26 UTC (permalink / raw)
To: qemu-devel; +Cc: Dmitry Fleytman, Paolo Bonzini, Jason Wang
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>
---
Now for real.
hw/net/vmxnet3.c | 1 -
1 file changed, 1 deletion(-)
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;
}
--
MST
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH v3] vmxnet3: silence warning
2015-11-30 16:26 [Qemu-devel] [PATCH v3] vmxnet3: silence warning Michael S. Tsirkin
@ 2015-12-01 5:10 ` Jason Wang
0 siblings, 0 replies; 2+ messages in thread
From: Jason Wang @ 2015-12-01 5:10 UTC (permalink / raw)
To: Michael S. Tsirkin, qemu-devel; +Cc: Dmitry Fleytman, Paolo Bonzini
On 12/01/2015 12:26 AM, Michael S. Tsirkin wrote:
> 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>
> ---
>
> Now for real.
>
> hw/net/vmxnet3.c | 1 -
> 1 file changed, 1 deletion(-)
>
> 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;
> }
>
Apply to my -net.
Thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-01 5:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-30 16:26 [Qemu-devel] [PATCH v3] vmxnet3: silence warning Michael S. Tsirkin
2015-12-01 5:10 ` Jason Wang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).