Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Drunstate.h37 void vm_state_notify(bool running, RunState state);
/openbmc/qemu/system/
H A Dcpus.c301 vm_state_notify(0, state); in do_vm_stop()
755 vm_state_notify(1, state); in vm_prepare_start()
H A Dtrace-events41 vm_state_notify(int running, int reason, const char *reason_str) "running %d reason %d (%s)"
H A Drunstate.c382 void vm_state_notify(bool running, RunState state) in vm_state_notify() function