Home
last modified time | relevance | path

Searched refs:suspend_me (Results 1 – 3 of 3) sorted by relevance

/qemu/tests/migration/i386/
H A Da-b-bootblock.S90 mov (suspend_me),%eax
139 suspend_me: label
/qemu/tests/qtest/
H A Dmigration-test.c132 static void bootfile_create(char *dir, bool suspend_me) in bootfile_create() argument
246 if (state->suspend_me && !state->suspend_seen) { in wait_for_suspend()
516 if (src_state.suspend_me) { in migrate_wait_for_dirty_mem()
584 bool suspend_me; member
713 bootfile_create(tmpfs, args->suspend_me); in test_migrate_start()
714 src_state.suspend_me = args->suspend_me; in test_migrate_start()
1270 if (args->start.suspend_me) { in migrate_postcopy_complete()
1311 .start.suspend_me = true, in test_postcopy_suspend()
1703 if (args->start.suspend_me) { in test_precopy_common()
1804 .start.suspend_me = true, in test_precopy_unix_suspend_live()
[all …]
H A Dmigration-helpers.h22 bool suspend_me; member