Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Drunstate.h71 int vm_stop_force_state(RunState state);
/openbmc/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()
665 vm_stop_force_state(RUN_STATE_COLO); in colo_incoming_process_checkpoint()
H A Dmigration.c225 ret = vm_stop_force_state(state); in migration_stop_vm()
/openbmc/qemu/system/
H A Dcpus.c778 int vm_stop_force_state(RunState state) in vm_stop_force_state() function