mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-08 09:10:45 -07:00
The migration tests have a set of core infrastructure routines. These are functions that are called by (almost) all tests and centralize the common operations of: starting migration on both sides, waiting for guests to boot, performing guest initialization and teardown, guest memory validation, etc. Move this basic framework code (and a few static helpers) into a separate file. Leave only individual test functions (and their own static helpers) in migration-test.c. Acked-by: Peter Xu <peterx@redhat.com> Signed-off-by: Fabiano Rosas <farosas@suse.de> |
||
|---|---|---|
| .. | ||
| aarch64 | ||
| i386 | ||
| ppc64 | ||
| s390x | ||
| bootfile.c | ||
| bootfile.h | ||
| framework.c | ||
| framework.h | ||
| Makefile | ||
| migration-qmp.c | ||
| migration-qmp.h | ||
| migration-util.c | ||
| migration-util.h | ||