Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dsavevm.c1061 static void qemu_savevm_command_send(QEMUFile *f, in qemu_savevm_command_send() function
1077 qemu_savevm_command_send(f, MIG_CMD_ENABLE_COLO, 0, NULL); in qemu_savevm_send_colo_enable()
1086 qemu_savevm_command_send(f, MIG_CMD_PING, sizeof(value), (uint8_t *)&buf); in qemu_savevm_send_ping()
1092 qemu_savevm_command_send(f, MIG_CMD_OPEN_RETURN_PATH, 0, NULL); in qemu_savevm_send_open_return_path()
1121 qemu_savevm_command_send(f, MIG_CMD_PACKAGED, 4, (uint8_t *)&tmp); in qemu_savevm_send_packaged()
1137 qemu_savevm_command_send(f, MIG_CMD_POSTCOPY_ADVISE, in qemu_savevm_send_postcopy_advise()
1140 qemu_savevm_command_send(f, MIG_CMD_POSTCOPY_ADVISE, 0, NULL); in qemu_savevm_send_postcopy_advise()
1186 qemu_savevm_command_send(f, MIG_CMD_POSTCOPY_RAM_DISCARD, tmplen, buf); in qemu_savevm_send_postcopy_ram_discard()
1194 qemu_savevm_command_send(f, MIG_CMD_POSTCOPY_LISTEN, 0, NULL); in qemu_savevm_send_postcopy_listen()
1201 qemu_savevm_command_send(f, MIG_CMD_POSTCOPY_RUN, 0, NULL); in qemu_savevm_send_postcopy_run()
[all …]