Home
last modified time | relevance | path

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

/qemu/migration/
H A Dsavevm.c81 MIG_CMD_POSTCOPY_ADVISE, /* Prior to any page transfers, just enumerator
105 [MIG_CMD_POSTCOPY_ADVISE] = { .len = -1, .name = "POSTCOPY_ADVISE" },
1136 qemu_savevm_command_send(f, MIG_CMD_POSTCOPY_ADVISE, in qemu_savevm_send_postcopy_advise()
1139 qemu_savevm_command_send(f, MIG_CMD_POSTCOPY_ADVISE, 0, NULL); in qemu_savevm_send_postcopy_advise()
2511 case MIG_CMD_POSTCOPY_ADVISE: in loadvm_process_command()