]> git.ipfire.org Git - thirdparty/qemu.git/commit
failover: Silence warning messages during qtest
authorLaurent Vivier <lvivier@redhat.com>
Mon, 20 Dec 2021 14:53:14 +0000 (15:53 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 22 Dec 2021 07:12:45 +0000 (08:12 +0100)
commit1b529d908d1e97ac154ab0e68573f8c211aac3f1
tree8a08ef81f1032b18e83db711d87f521f35add79b
parent8c5f94cd4182753959c8be8de415120dc879d8f0
failover: Silence warning messages during qtest

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 <thuth@redhat.com>
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Message-Id: <20211220145314.390697-1-lvivier@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
[thuth: Fix memory leak by using error_free()]
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/net/virtio-net.c
migration/migration.c