On Mon, Aug 20, 2018 at 06:15:21PM +0200, Vincenzo Romano wrote:

> Is there a way to get to the monitor commands when using the option
> "-display curses"?

Yes, you can use a socket, e.g:

  $QEMU -monitor unix:path=/path/to/socket,server,nowait

and to connect to it:

  socat UNIX-CONNECT:/path/to/socket STDIO

You can connect to the QMP monitor the same way, just use -qmp instead
of -monitor.

See the documenation of "-serial" on the QEMU manpage for more
examples.

Berto

Reply via email to