Home
last modified time | relevance | path

Searched full:migrate (Results 1 – 23 of 23) sorted by relevance

/kvm-unit-tests/lib/
H A Dmigrate.c9 #include "migrate.h"
14 void migrate(void) in migrate() function
16 puts("Now migrate the VM, then press a key to continue...\n"); in migrate()
22 * Like migrate() but suppress output and logs, useful for intensive
28 puts("Now migrate the VM (quiet)\n"); in migrate_quiet()
44 migrate(); in migrate_once()
50 * harness not to mark it as a failure to migrate.
H A Dmigrate.h9 void migrate(void);
/kvm-unit-tests/powerpc/
H A Dtimebase.c11 #include <migrate.h>
72 migrate(); in test_tb()
135 migrate(); in test_dec()
142 migrate(); in test_dec()
151 migrate(); in test_dec()
160 migrate(); in test_dec()
169 migrate(); in test_dec()
226 migrate(); in test_hdec()
235 migrate(); in test_hdec()
243 migrate(); in test_hdec()
[all …]
H A Dselftest-migration.c11 #include <migrate.h>
H A Dmemory-verify.c6 #include <migrate.h>
H A DMakefile.common49 cflatobjs += lib/migrate.o
H A Datomics.c9 #include <migrate.h>
H A Dsprs.c13 * migrate the VM. Alternatively, the test can also simply sleep a little bit
24 #include <migrate.h>
H A Dinterrupts.c9 #include <migrate.h>
/kvm-unit-tests/s390x/
H A Dmigration-sck.c12 #include <migrate.h>
22 /* Advance the clock by a lot more than we might ever need to migrate (600s) */ in test_sck_migration()
41 * migration. Implementations can just migrate the guest TOD value or do something more in test_sck_migration()
H A Dmigration.c11 #include <migrate.h>
162 /* don't say migrate here otherwise we will migrate right away */ in main()
H A Dselftest-migration.c11 #include <migrate.h>
H A Dmemory-verify.c6 #include <migrate.h>
H A Dmigration-cmm.c12 #include <migrate.h>
H A Dmigration-skey.c18 #include <migrate.h>
H A DMakefile107 cflatobjs += lib/migrate.o
/kvm-unit-tests/arm/
H A Ddebug.c2 #include <migrate.h>
261 static noinline void test_hw_bp(bool migrate) in test_hw_bp() argument
287 if (migrate) { in test_hw_bp()
289 report(num_bp == get_num_hw_bp(), "brps match after migrate"); in test_hw_bp()
310 static noinline void test_wp(bool migrate) in test_wp() argument
334 if (migrate) { in test_wp()
336 report(num_wp == get_num_wp(), "wrps match after migrate"); in test_wp()
353 static noinline void test_ss(bool migrate) in test_ss() argument
368 if (migrate) in test_ss()
H A Dunittests.cfg196 [its-migrate-unmapped-collection]
199 extra_params = -machine gic-version=3 -append 'its-migrate-unmapped-collection'
H A Dgic.c15 #include <migrate.h>
793 migrate(); in test_its_migration()
844 migrate(); in test_migrate_unmapped_collection()
933 migrate(); in test_its_pending_migration()
985 } else if (!strcmp(argv[1], "its-migrate-unmapped-collection")) { in main()
H A DMakefile.common47 cflatobjs += lib/migrate.o
/kvm-unit-tests/scripts/
H A Darch-run.bash133 grep -v "Now migrate the VM (quiet)" |
142 grep -q -e "Now migrate the VM" -e "Begin continuous migration" < $1
144 … grep -q -e "Now migrate the VM" -e "Begin continuous migration" -e "Skipped VM migration" < $1
200 # subsequent "Now migrate the VM" messages.
210 elif grep -q "Now migrate the VM" < ${src_out} ; then
240 # The test must prompt the user to migrate, so wait for the
241 # "Now migrate VM" or similar console message.
286 qmp ${src_qmp} '"migrate", "arguments": { "uri": "unix:'${dst_incoming}'" }' > ${src_qmpout}
289 migstatus=$(qmp ${src_qmp} '"query-migrate"' | grep return)
292 if ! migstatus=$(qmp ${src_qmp} '"query-migrate"'); then
/kvm-unit-tests/common/
H A Dselftest-migration.c11 #include <migrate.h>
H A Dmemory-verify.c6 #include <migrate.h>