Re: [PATCH v2 2/2] virtio-net: Fix log message

2021-11-29 Thread Eugenio Perez Martin
On Mon, Nov 29, 2021 at 2:43 PM Michael S. Tsirkin wrote: > > On Fri, Nov 26, 2021 at 10:54:32AM +0800, Jason Wang wrote: > > On Thu, Nov 25, 2021 at 6:16 PM Eugenio Pérez wrote: > > > > > > The message has never been true in the case of non tap networking, so > > > only tell that userland networ

Re: [PATCH v2 2/2] virtio-net: Fix log message

2021-11-29 Thread Michael S. Tsirkin
On Fri, Nov 26, 2021 at 10:54:32AM +0800, Jason Wang wrote: > On Thu, Nov 25, 2021 at 6:16 PM Eugenio Pérez wrote: > > > > The message has never been true in the case of non tap networking, so > > only tell that userland networking will be used if possible. > > > > Signed-off-by: Eugenio Pérez >

Re: [PATCH v2 2/2] virtio-net: Fix log message

2021-11-25 Thread Jason Wang
On Thu, Nov 25, 2021 at 6:16 PM Eugenio Pérez wrote: > > The message has never been true in the case of non tap networking, so > only tell that userland networking will be used if possible. > > Signed-off-by: Eugenio Pérez Acked-by: Jason Wang > --- > hw/net/virtio-net.c | 11 ++- > 1

[PATCH v2 2/2] virtio-net: Fix log message

2021-11-25 Thread Eugenio Pérez
The message has never been true in the case of non tap networking, so only tell that userland networking will be used if possible. Signed-off-by: Eugenio Pérez --- hw/net/virtio-net.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/hw/net/virtio-net.c b/hw/net/vir