mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
tests/qtest/migration: Move bootfile code to its own file
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 migration-test.h, which is too generic a name for this header which contains only values related to guest memory offsets. Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
This commit is contained in:
parent
212c19331b
commit
537f23fb9e
5 changed files with 86 additions and 60 deletions
|
@ -21,6 +21,7 @@
|
|||
#include "qemu/memalign.h"
|
||||
|
||||
#include "migration-helpers.h"
|
||||
#include "migration/bootfile.h"
|
||||
|
||||
/*
|
||||
* Number of seconds we wait when looking for migration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue