Re: [PATCH 05/22] tests/qtest/migration: Move bootfile code to its own file

2024-11-06 Thread Daniel P . Berrangé
On Tue, Nov 05, 2024 at 03:08:20PM -0300, Fabiano Rosas wrote: > Move the code that creates the guest binary out of migration-test and > into the qtest/migration/ directory, along with the rest of the > a-b-kernel code. > > That code is part of the basic infrastructure of migration tests, it > sho

[PATCH 05/22] tests/qtest/migration: Move bootfile code to its own file

2024-11-05 Thread Fabiano Rosas
Move the code that creates the guest binary out of migration-test and into the qtest/migration/ directory, along with the rest of the a-b-kernel code. That code is part of the basic infrastructure of migration tests, it shouldn't be among the tests themselves. Also take the chance and rename migr