Re: [Qemu-discuss] How to check cpu running mode?

2018-08-21 Thread krishnaLee
Jakob, I know very few things about write low level asm-code and compile it,I should collect more informations if I want to continue, may be I should using some debugger to observe the various registers and avoid writing this code. but thank you very much, krishna. At 2018-08-21

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

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"? > >

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