Searched refs:qemu_savevm_command_send (Results 1 – 1 of 1) sorted by relevance
/qemu/migration/ |
H A D | savevm.c | 1075 static void qemu_savevm_command_send(QEMUFile *f, in qemu_savevm_command_send() function 1091 qemu_savevm_command_send(f, MIG_CMD_ENABLE_COLO, 0, NULL); in qemu_savevm_send_colo_enable() 1100 qemu_savevm_command_send(f, MIG_CMD_PING, sizeof(value), (uint8_t *)&buf); in qemu_savevm_send_ping() 1106 qemu_savevm_command_send(f, MIG_CMD_OPEN_RETURN_PATH, 0, NULL); in qemu_savevm_send_open_return_path() 1135 qemu_savevm_command_send(f, MIG_CMD_PACKAGED, 4, (uint8_t *)&tmp); in qemu_savevm_send_packaged() 1151 qemu_savevm_command_send(f, MIG_CMD_POSTCOPY_ADVISE, in qemu_savevm_send_postcopy_advise() 1154 qemu_savevm_command_send(f, MIG_CMD_POSTCOPY_ADVISE, 0, NULL); in qemu_savevm_send_postcopy_advise() 1200 qemu_savevm_command_send(f, MIG_CMD_POSTCOPY_RAM_DISCARD, tmplen, buf); in qemu_savevm_send_postcopy_ram_discard() 1208 qemu_savevm_command_send(f, MIG_CMD_POSTCOPY_LISTEN, 0, NULL); in qemu_savevm_send_postcopy_listen() 1215 qemu_savevm_command_send(f, MIG_CMD_POSTCOPY_RUN, 0, NULL); in qemu_savevm_send_postcopy_run() [all …]
|