Home
last modified time | relevance | path

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

/qemu/include/sysemu/
H A Drunstate.h36 void vm_state_notify(bool running, RunState state);
/qemu/system/
H A Dcpus.c290 vm_state_notify(0, state); in do_vm_stop()
740 vm_state_notify(1, state); in vm_prepare_start()
H A Dtrace-events28 vm_state_notify(int running, int reason, const char *reason_str) "running %d reason %d (%s)"
H A Drunstate.c357 void vm_state_notify(bool running, RunState state) in vm_state_notify() function