Searched full:migrate (Results 1 – 23 of 23) sorted by relevance
9 #include "migrate.h"14 void migrate(void) in migrate() function16 puts("Now migrate the VM, then press a key to continue...\n"); in migrate()22 * Like migrate() but suppress output and logs, useful for intensive28 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.
9 void migrate(void);
11 #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 …]
11 #include <migrate.h>
6 #include <migrate.h>
49 cflatobjs += lib/migrate.o
9 #include <migrate.h>
13 * migrate the VM. Alternatively, the test can also simply sleep a little bit24 #include <migrate.h>
12 #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()
11 #include <migrate.h>162 /* don't say migrate here otherwise we will migrate right away */ in main()
12 #include <migrate.h>
18 #include <migrate.h>
107 cflatobjs += lib/migrate.o
2 #include <migrate.h>261 static noinline void test_hw_bp(bool migrate) in test_hw_bp() argument287 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() argument334 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() argument368 if (migrate) in test_ss()
196 [its-migrate-unmapped-collection]199 extra_params = -machine gic-version=3 -append 'its-migrate-unmapped-collection'
15 #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()
47 cflatobjs += lib/migrate.o
133 grep -v "Now migrate the VM (quiet)" |142 grep -q -e "Now migrate the VM" -e "Begin continuous migration" < $1144 … grep -q -e "Now migrate the VM" -e "Begin continuous migration" -e "Skipped VM migration" < $1200 # subsequent "Now migrate the VM" messages.210 elif grep -q "Now migrate the VM" < ${src_out} ; then240 # The test must prompt the user to migrate, so wait for the241 # "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