Re: [PATCH] tests/qtest: Remove migration-helpers.c

2025-05-26 Thread Fabiano Rosas
Markus Armbruster writes: > Fabiano Rosas writes: > >> Commit 407bc4bf90 ("qapi: Move include/qapi/qmp/ to include/qobject/") >> brought the migration-helpers.c back by mistake. This file has been >> replaced with migration/migration-qmp.c and >> migration/migration-util.c. >> >> Fixes: 407bc4bf

Re: [PATCH] tests/qtest: Remove migration-helpers.c

2025-05-26 Thread Peter Xu
On Mon, May 26, 2025 at 08:09:13AM +0200, Markus Armbruster wrote: > Fabiano Rosas writes: > > > Commit 407bc4bf90 ("qapi: Move include/qapi/qmp/ to include/qobject/") > > brought the migration-helpers.c back by mistake. This file has been > > replaced with migration/migration-qmp.c and > > migra

Re: [PATCH] tests/qtest: Remove migration-helpers.c

2025-05-25 Thread Markus Armbruster
Fabiano Rosas writes: > Commit 407bc4bf90 ("qapi: Move include/qapi/qmp/ to include/qobject/") > brought the migration-helpers.c back by mistake. This file has been > replaced with migration/migration-qmp.c and > migration/migration-util.c. > > Fixes: 407bc4bf90 ("qapi: Move include/qapi/qmp/ to

[PATCH] tests/qtest: Remove migration-helpers.c

2025-05-23 Thread Fabiano Rosas
Commit 407bc4bf90 ("qapi: Move include/qapi/qmp/ to include/qobject/") brought the migration-helpers.c back by mistake. This file has been replaced with migration/migration-qmp.c and migration/migration-util.c. Fixes: 407bc4bf90 ("qapi: Move include/qapi/qmp/ to include/qobject/") Signed-off-by: F