]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/qtest/migration: Rename migration-helpers.c
authorFabiano Rosas <farosas@suse.de>
Wed, 27 Nov 2024 18:28:50 +0000 (15:28 -0300)
committerFabiano Rosas <farosas@suse.de>
Thu, 12 Dec 2024 13:25:40 +0000 (10:25 -0300)
commitb7d7f723a9853a68a648075a1f2ab96d410e929e
treec2e6f8ed39049c965bc4e4dc381b948ac765f52a
parente6c5704043f0cdb3ce567b74d73a99c79457e3e6
tests/qtest/migration: Rename migration-helpers.c

Rename migration-helpers.c to migration-util.c to make its purpose
more explicit and avoid the "helper" terminology.

Move the file to the qtest/migration/ directory along with the rest of
the migration files.

Signed-off-by: Fabiano Rosas <farosas@suse.de>
tests/qtest/meson.build
tests/qtest/migration-test.c
tests/qtest/migration/migration-qmp.c
tests/qtest/migration/migration-qmp.h
tests/qtest/migration/migration-util.c [moved from tests/qtest/migration-helpers.c with 99% similarity]
tests/qtest/migration/migration-util.h [moved from tests/qtest/migration-helpers.h with 94% similarity]
tests/qtest/virtio-net-failover.c