Re: [PATCH 09/42] migration-test: Add bootfile_create/delete() functions

2023-06-20 Thread Peter Xu
On Fri, Jun 09, 2023 at 12:49:10AM +0200, Juan Quintela wrote: > The bootsector code is read only from the guest (otherwise we are > going to have problems with it being read from both source and > destination). > > Create a single copy for all the tests. > > Signed-off-by: Juan Quintela Review

[PATCH 09/42] migration-test: Add bootfile_create/delete() functions

2023-06-08 Thread Juan Quintela
The bootsector code is read only from the guest (otherwise we are going to have problems with it being read from both source and destination). Create a single copy for all the tests. Signed-off-by: Juan Quintela --- tests/qtest/migration-test.c | 50 ++-- 1 file