Searched refs:autostart (Results 1 – 7 of 7) sorted by relevance
59 autostart = 0; in qmp_stop()112 autostart = 1; in qmp_cont()
39 int autostart = 1; variable
2725 RunState state = autostart ? RUN_STATE_RUNNING : runstate_get(); in qmp_x_exit_preconfig()2743 } else if (autostart) { in qmp_x_exit_preconfig()3065 autostart = 0; in qemu_init()
28 extern int autostart;
123 if (!autostart) { in secondary_vm_do_failover()126 autostart = true; in secondary_vm_do_failover()
738 (autostart && (!global_state_received() || in process_incoming_migration_bh()746 autostart = false; in process_incoming_migration_bh()764 if (autostart) { in process_incoming_migration_bh()
2146 autostart = false; in loadvm_postcopy_handle_run_bh()2153 if (autostart) { in loadvm_postcopy_handle_run_bh()
Completed in 28 milliseconds