qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] Monitor mode with -display curses


From: Alberto Garcia
Subject: Re: [Qemu-discuss] Monitor mode with -display curses
Date: Tue, 21 Aug 2018 14:20:41 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

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

[Prev in Thread] Current Thread [Next in Thread]