Searched refs:suspend_me (Results 1 – 9 of 9) sorted by relevance
/qemu/tests/qtest/migration/ |
H A D | bootfile.c | 37 char *bootfile_create(const char *arch, const char *dir, bool suspend_me) in bootfile_create() argument 47 x86_bootsect[SYM_suspend_me - SYM_start] = suspend_me; in bootfile_create()
|
H A D | framework.c | 125 if (src_state.suspend_me) { in migrate_wait_for_dirty_mem() 285 bootpath = bootfile_create(arch, tmpfs, args->suspend_me); in migrate_start() 286 src_state.suspend_me = args->suspend_me; in migrate_start() 516 if (args->start.suspend_me) { in migrate_postcopy_complete() 858 if (args->start.suspend_me) { in test_precopy_common()
|
H A D | bootfile.h | 37 char *bootfile_create(const char *arch, const char *dir, bool suspend_me);
|
H A D | migration-util.h | 22 bool suspend_me; member
|
H A D | postcopy-tests.c | 33 .start.suspend_me = true, in test_postcopy_suspend()
|
H A D | framework.h | 113 bool suspend_me; member
|
H A D | precopy-tests.c | 65 .start.suspend_me = true, in test_precopy_unix_suspend_live() 77 .start.suspend_me = true, in test_precopy_unix_suspend_notlive()
|
H A D | migration-qmp.c | 280 if (state->suspend_me && !state->suspend_seen) { in wait_for_suspend()
|
/qemu/tests/qtest/migration/i386/ |
H A D | a-b-bootblock.S | 90 mov (suspend_me),%eax 139 suspend_me: label
|