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

2018-08-21 Thread Narcis Garcia
Are you both talking about Qemu console? ...or a guest console? El 21/08/18 a les 21:44, Alberto Garcia ha escrit: > On Tue, Aug 21, 2018 at 09:17:39PM +0200, Vincenzo Romano wrote: >> But I would then get "just" the monitor. Not the console. >> I need both. >> Thanks anyway. > > I'm not sure if

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

2018-08-21 Thread Alberto Garcia
On Tue, Aug 21, 2018 at 09:17:39PM +0200, Vincenzo Romano wrote: > But I would then get "just" the monitor. Not the console. > I need both. > Thanks anyway. I'm not sure if I'm following you... if you have '-display curses' you'll already have the guest console on the terminal emulator where you'r

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

2018-08-21 Thread Vincenzo Romano
But I would then get "just" the monitor. Not the console. I need both. Thanks anyway. 2018-08-21 14:20 GMT+02:00 Alberto Garcia : > 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"? > > Ye

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

2018-08-21 Thread Alberto Garcia
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/