Re: [PATCH] failover: Silence warning messages during qtest

2021-12-21 Thread Philippe Mathieu-Daudé
On 12/21/21 13:30, Thomas Huth wrote: > On 20/12/2021 15.53, Laurent Vivier wrote: >> virtio-net-failover test tries several device combinations that produces >> some expected warnings. >> These warning can be confusing, so we disable them during the qtest >> sequence. >> >> Reported-by: Thomas Hut

Re: [PATCH] failover: Silence warning messages during qtest

2021-12-21 Thread Thomas Huth
On 20/12/2021 15.53, Laurent Vivier wrote: virtio-net-failover test tries several device combinations that produces some expected warnings. These warning can be confusing, so we disable them during the qtest sequence. Reported-by: Thomas Huth Signed-off-by: Laurent Vivier --- hw/net/virtio-n

Re: [PATCH] failover: Silence warning messages during qtest

2021-12-20 Thread Jason Wang
On Mon, Dec 20, 2021 at 10:53 PM Laurent Vivier wrote: > > virtio-net-failover test tries several device combinations that produces > some expected warnings. > These warning can be confusing, so we disable them during the qtest > sequence. > > Reported-by: Thomas Huth > Signed-off-by: Laurent Viv

Re: [PATCH] failover: Silence warning messages during qtest

2021-12-20 Thread Philippe Mathieu-Daudé
On 12/20/21 15:53, Laurent Vivier wrote: > virtio-net-failover test tries several device combinations that produces > some expected warnings. > These warning can be confusing, so we disable them during the qtest Typo "warnings". > sequence. > > Reported-by: Thomas Huth > Signed-off-by: Laurent

[PATCH] failover: Silence warning messages during qtest

2021-12-20 Thread Laurent Vivier
virtio-net-failover test tries several device combinations that produces some expected warnings. These warning can be confusing, so we disable them during the qtest sequence. Reported-by: Thomas Huth Signed-off-by: Laurent Vivier --- hw/net/virtio-net.c | 3 ++- migration/migration.c | 4 +++-