Re: [Qemu-devel] Controlling SDL2 output with Ctrl+Alt+*

2014-04-22 Thread Gerd Hoffmann
Hi, > Agreed. I think it's also worthwhile that the no-options out-of-the-box > setup gives access to all of serial/monitor/graphics (preferably in a > reasonably discoverable way, ie with tabs or menus). tabs+menus are tricky with SDL, but gtk is the default ui for a reason ... > >> On (b): S

Re: [Qemu-devel] Controlling SDL2 output with Ctrl+Alt+*

2014-04-22 Thread Peter Maydell
On 22 April 2014 09:44, Kevin Wolf wrote: > Am 22.04.2014 um 10:14 hat Gerd Hoffmann geschrieben: >> On (a): I personally almost never use the qemu terminals. When running >> qemu directly I usually use "-monitor stdio" or "-serial stdio" instead, >> so chardev goes to my normal xterm, which work

Re: [Qemu-devel] Controlling SDL2 output with Ctrl+Alt+*

2014-04-22 Thread Kevin Wolf
Am 22.04.2014 um 10:14 hat Gerd Hoffmann geschrieben: > On Mo, 2014-04-21 at 18:14 -0400, Cole Robinson wrote: > > On 04/18/2014 02:28 PM, Michael Tokarev wrote: > > > SDL2 display apparently does not work with standard keyboard > > > shortcuts documented in the qemu manpage. In particular, > > >

Re: [Qemu-devel] Controlling SDL2 output with Ctrl+Alt+*

2014-04-22 Thread Gerd Hoffmann
On Mo, 2014-04-21 at 18:14 -0400, Cole Robinson wrote: > On 04/18/2014 02:28 PM, Michael Tokarev wrote: > > SDL2 display apparently does not work with standard keyboard > > shortcuts documented in the qemu manpage. In particular, > > Ctrl+Alt+(123) does not switch between monitor, serial and > > g

Re: [Qemu-devel] Controlling SDL2 output with Ctrl+Alt+*

2014-04-21 Thread Cole Robinson
On 04/18/2014 02:28 PM, Michael Tokarev wrote: > SDL2 display apparently does not work with standard keyboard > shortcuts documented in the qemu manpage. In particular, > Ctrl+Alt+(123) does not switch between monitor, serial and > guest graphical conslole, Certainly seems intentional: notice the

[Qemu-devel] Controlling SDL2 output with Ctrl+Alt+*

2014-04-18 Thread Michael Tokarev
SDL2 display apparently does not work with standard keyboard shortcuts documented in the qemu manpage. In particular, Ctrl+Alt+(123) does not switch between monitor, serial and guest graphical conslole, Ctrl+Alt+[-+] does not grow/shrink guest window and so on. Is it intentional? Thanks, /mjt