Home
last modified time | relevance | path

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

/qemu/migration/
H A Dsavevm.c84 MIG_CMD_POSTCOPY_RUN, /* Start execution */ enumerator
106 [MIG_CMD_POSTCOPY_RUN] = { .len = 0, .name = "POSTCOPY_RUN" },
1201 qemu_savevm_command_send(f, MIG_CMD_POSTCOPY_RUN, 0, NULL); in qemu_savevm_send_postcopy_run()
2518 case MIG_CMD_POSTCOPY_RUN: in loadvm_process_command()