]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/migration-tests: Always enable migration events
authorPeter Xu <peterx@redhat.com>
Wed, 19 Jun 2024 22:30:43 +0000 (18:30 -0400)
committerFabiano Rosas <farosas@suse.de>
Fri, 21 Jun 2024 12:48:00 +0000 (09:48 -0300)
commitcd313b66f203381f2f2f984d5155d7942d26725d
treeba53d96b5621cf4d6e55e0304700da01d63f94f8
parent0fd397359540a6622c5f2164e76fc2cefd811f2a
tests/migration-tests: Always enable migration events

Libvirt should always enable it, so it'll be nice qtest also cover that for
all tests on both sides.  migrate_incoming_qmp() used to enable it only on
dst, now we enable them on both, as we'll start to sanity check events even
on the src QEMU.

We'll need to leave the one in migrate_incoming_qmp(), because
virtio-net-failover test uses that one only, and it relies on the events to
work.

Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
tests/qtest/migration-helpers.c
tests/qtest/migration-test.c