Home
last modified time | relevance | path

Searched refs:monitor_suspend (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/monitor/
H A Dtrace-events10 monitor_suspend(void *ptr, int cnt) "mon %p: %d"
H A Dhmp.c46 monitor_suspend(&mon->common); in monitor_command_cb()
1423 monitor_suspend(mon); in monitor_event()
1436 monitor_suspend(mon); in monitor_event()
H A Dhmp-cmds.c112 monitor_suspend(mon); in hmp_quit()
H A Dqmp.c410 monitor_suspend(&mon->common); in handle_qmp_command()
H A Dmonitor.c531 int monitor_suspend(Monitor *mon) in monitor_suspend() function
/openbmc/qemu/include/monitor/
H A Dmonitor.h28 int monitor_suspend(Monitor *mon);
/openbmc/qemu/migration/
H A Dmigration-hmp-cmds.c793 if (monitor_suspend(mon) < 0) { in hmp_migrate()