Re: [Qemu-devel] regression in 2.8: unable to exit screen grab in SDL mode

2016-12-16 Thread Gerd Hoffmann
Hi, > One strange thing - I only see it when guest is in graphical mode. > If guest is in text mode it works ok. grabbing works slightly different depending on whenever the mouse is in absolute or relative mode, which is probably the reason for that. With absolute mouse mode being active (usin

Re: [Qemu-devel] regression in 2.8: unable to exit screen grab in SDL mode

2016-12-16 Thread Gerd Hoffmann
> > [ 2.6 good, 2.7, 2.8 bad ] > > It doesn't reproduce here. There must be some other factor which is > > needed to trigger this. What desktop you are using? gnome? kde? > > something else? Xorg or wayland? > > > > Can you try to bisect it? > > > > cheers, > > Gerd > > > Looks like 2.6

Re: [Qemu-devel] regression in 2.8: unable to exit screen grab in SDL mode

2016-12-16 Thread Kevin Wolf
Am 15.12.2016 um 23:30 hat Michael S. Tsirkin geschrieben: > On Thu, Dec 15, 2016 at 05:25:50PM +0100, Gerd Hoffmann wrote: > > Hi, > > > > > > > > The problem always reproduces for me: > > > > > > - start qemu with -sdl > > > > > > - wait for guest to boot > > > > > > - click anywhere within gu

Re: [Qemu-devel] regression in 2.8: unable to exit screen grab in SDL mode

2016-12-16 Thread Howard Spoelstra
On Fri, Dec 16, 2016 at 10:00 AM, Kevin Wolf wrote: > Am 16.12.2016 um 09:26 hat Thomas Huth geschrieben: >> On 15.12.2016 20:19, Michael S. Tsirkin wrote: >> > On Thu, Dec 15, 2016 at 09:15:27PM +0200, Michael S. Tsirkin wrote: >> >> On Thu, Dec 15, 2016 at 05:25:50PM +0100, Gerd Hoffmann wrote:

Re: [Qemu-devel] regression in 2.8: unable to exit screen grab in SDL mode

2016-12-16 Thread Kevin Wolf
Am 16.12.2016 um 09:26 hat Thomas Huth geschrieben: > On 15.12.2016 20:19, Michael S. Tsirkin wrote: > > On Thu, Dec 15, 2016 at 09:15:27PM +0200, Michael S. Tsirkin wrote: > >> On Thu, Dec 15, 2016 at 05:25:50PM +0100, Gerd Hoffmann wrote: > Do we fix this or disable SDL altogether? > >>> > >

Re: [Qemu-devel] regression in 2.8: unable to exit screen grab in SDL mode

2016-12-16 Thread Liviu Ionescu
> On 16 Dec 2016, at 10:26, Thomas Huth wrote: > > ... so I would recommend to keep the SDL code in QEMU. SDL 1.2 is largely deprecated now, when I upgraded to macOS 10.12 I suddenly started to have various problems. so I decided to upgrade GNU ARM Eclipse to SDL 2. if all graphic calls are

Re: [Qemu-devel] regression in 2.8: unable to exit screen grab in SDL mode

2016-12-16 Thread Thomas Huth
On 15.12.2016 20:19, Michael S. Tsirkin wrote: > On Thu, Dec 15, 2016 at 09:15:27PM +0200, Michael S. Tsirkin wrote: >> On Thu, Dec 15, 2016 at 05:25:50PM +0100, Gerd Hoffmann wrote: >>> Hi, >>> >>> The problem always reproduces for me: >>> - start qemu with -sdl >>> - wait for guest

Re: [Qemu-devel] regression in 2.8: unable to exit screen grab in SDL mode

2016-12-15 Thread Michael S. Tsirkin
On Thu, Dec 15, 2016 at 05:25:50PM +0100, Gerd Hoffmann wrote: > Hi, > > > > > > The problem always reproduces for me: > > > > > - start qemu with -sdl > > > > > - wait for guest to boot > > > > > - click anywhere within guest screen > > > > > - message "press ctrl+alt to exit capture" appears o

Re: [Qemu-devel] regression in 2.8: unable to exit screen grab in SDL mode

2016-12-15 Thread Michael S. Tsirkin
On Thu, Dec 15, 2016 at 09:15:27PM +0200, Michael S. Tsirkin wrote: > On Thu, Dec 15, 2016 at 05:25:50PM +0100, Gerd Hoffmann wrote: > > Hi, > > > > > > > > The problem always reproduces for me: > > > > > > - start qemu with -sdl > > > > > > - wait for guest to boot > > > > > > - click anywhere

Re: [Qemu-devel] regression in 2.8: unable to exit screen grab in SDL mode

2016-12-15 Thread Michael S. Tsirkin
On Thu, Dec 15, 2016 at 05:25:50PM +0100, Gerd Hoffmann wrote: > Hi, > > > > > > The problem always reproduces for me: > > > > > - start qemu with -sdl > > > > > - wait for guest to boot > > > > > - click anywhere within guest screen > > > > > - message "press ctrl+alt to exit capture" appears o

Re: [Qemu-devel] regression in 2.8: unable to exit screen grab in SDL mode

2016-12-15 Thread Gerd Hoffmann
Hi, > BTW I note that on f23, build of 2.7 fails since it uses > deprecated APIs from gtk. Easy to work around with --disable-werror, > but I wonder whether we should add --disable-werror in release tarballs > generally. That is the case already. configure checks you are building from a git tr

Re: [Qemu-devel] regression in 2.8: unable to exit screen grab in SDL mode

2016-12-15 Thread Gerd Hoffmann
Hi, > > > > The problem always reproduces for me: > > > > - start qemu with -sdl > > > > - wait for guest to boot > > > > - click anywhere within guest screen > > > > - message "press ctrl+alt to exit capture" appears on screen, > > > > but pressing that immediately restarts capture again [ 2

Re: [Qemu-devel] regression in 2.8: unable to exit screen grab in SDL mode

2016-12-15 Thread Michael S. Tsirkin
On Thu, Dec 15, 2016 at 10:17:59AM +0100, Gerd Hoffmann wrote: > On Do, 2016-12-15 at 07:50 +, Stefan Hajnoczi wrote: > > On Thu, Dec 15, 2016 at 06:35:39AM +0200, Michael S. Tsirkin wrote: > > > The problem always reproduces for me: > > > - start qemu with -sdl > > > - wait for guest to boot >

Re: [Qemu-devel] regression in 2.8: unable to exit screen grab in SDL mode

2016-12-15 Thread Michael S. Tsirkin
On Thu, Dec 15, 2016 at 10:17:59AM +0100, Gerd Hoffmann wrote: > On Do, 2016-12-15 at 07:50 +, Stefan Hajnoczi wrote: > > On Thu, Dec 15, 2016 at 06:35:39AM +0200, Michael S. Tsirkin wrote: > > > The problem always reproduces for me: > > > - start qemu with -sdl > > > - wait for guest to boot >

Re: [Qemu-devel] regression in 2.8: unable to exit screen grab in SDL mode

2016-12-15 Thread Gerd Hoffmann
On Do, 2016-12-15 at 07:50 +, Stefan Hajnoczi wrote: > On Thu, Dec 15, 2016 at 06:35:39AM +0200, Michael S. Tsirkin wrote: > > The problem always reproduces for me: > > - start qemu with -sdl > > - wait for guest to boot > > - click anywhere within guest screen > > - message "press ctrl+alt to

Re: [Qemu-devel] regression in 2.8: unable to exit screen grab in SDL mode

2016-12-14 Thread Stefan Hajnoczi
On Thu, Dec 15, 2016 at 06:35:39AM +0200, Michael S. Tsirkin wrote: > The problem always reproduces for me: > - start qemu with -sdl > - wait for guest to boot > - click anywhere within guest screen > - message "press ctrl+alt to exit capture" appears on screen, > but pressing that immediately re

[Qemu-devel] regression in 2.8: unable to exit screen grab in SDL mode

2016-12-14 Thread Michael S. Tsirkin
The problem always reproduces for me: - start qemu with -sdl - wait for guest to boot - click anywhere within guest screen - message "press ctrl+alt to exit capture" appears on screen, but pressing that immediately restarts capture again Note: - had to exit to another VT and kill qemu - why was