Home
last modified time | relevance | path

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

/qemu/include/system/
H A Drunstate.h78 int vm_stop_force_state(RunState state);
/qemu/migration/
H A Dcolo.c216 vm_stop_force_state(RUN_STATE_COLO); in colo_do_failover()
432 vm_stop_force_state(RUN_STATE_COLO); in colo_do_checkpoint_transaction()
436 * Failover request bh could be called after vm_stop_force_state(), in colo_do_checkpoint_transaction()
668 vm_stop_force_state(RUN_STATE_COLO); in colo_incoming_process_checkpoint()
H A Dmigration.c299 ret = vm_stop_force_state(state); in migration_stop_vm()
/qemu/system/
H A Dcpus.c803 int vm_stop_force_state(RunState state) in vm_stop_force_state() function