Home
last modified time | relevance | path

Searched refs:allow_hmp (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/monitor/
H A Dmonitor.h24 int monitor_init(MonitorOptions *opts, bool allow_hmp, Error **errp);
/openbmc/qemu/monitor/
H A Dmonitor.c726 int monitor_init(MonitorOptions *opts, bool allow_hmp, Error **errp) in monitor_init() argument
738 opts->mode = allow_hmp ? MONITOR_MODE_READLINE : MONITOR_MODE_CONTROL; in monitor_init()
746 if (!allow_hmp) { in monitor_init()