Lines Matching refs:qemu_savevm_command_send
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()
1221 qemu_savevm_command_send(f, MIG_CMD_POSTCOPY_RESUME, 0, NULL); in qemu_savevm_send_postcopy_resume()
1234 qemu_savevm_command_send(f, MIG_CMD_RECV_BITMAP, len + 1, (uint8_t *)buf); in qemu_savevm_send_recv_bitmap()
1240 qemu_savevm_command_send(f, MIG_CMD_SWITCHOVER_START, 0, NULL); in qemu_savevm_send_switchover_start()