From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHXRV-0007GD-Gj for qemu-devel@nongnu.org; Thu, 15 Dec 2016 09:55:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHXRS-0001Ld-Fm for qemu-devel@nongnu.org; Thu, 15 Dec 2016 09:55:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53148) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cHXRS-0001LP-AC for qemu-devel@nongnu.org; Thu, 15 Dec 2016 09:55:30 -0500 Date: Thu, 15 Dec 2016 16:55:27 +0200 From: "Michael S. Tsirkin" Message-ID: <20161215165406-mutt-send-email-mst@kernel.org> References: <20161214142518.10504-1-stefanha@redhat.com> <20161215063226-mutt-send-email-mst@kernel.org> <20161215075028.GD26169@stefanha-x1.localdomain> <1481793479.21413.6.camel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1481793479.21413.6.camel@redhat.com> Subject: Re: [Qemu-devel] regression in 2.8: unable to exit screen grab in SDL mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Stefan Hajnoczi , Stefan Hajnoczi , Kevin Wolf , qemu-devel@nongnu.org, Cole Robinson On Thu, Dec 15, 2016 at 10:17:59AM +0100, Gerd Hoffmann wrote: > On Do, 2016-12-15 at 07:50 +0000, 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 exit capture" appears on screen, > > > but pressing that immediately restarts capture again > > > > > > Note: > > > - had to exit to another VT and kill qemu > > > - why was I able to do that? > > > should not ctrl-alt-Fn be captured too? > > > > Sounds related to: > > > > commit 56f289f383a871e871f944c7226920b35794efe6 > > Author: Cole Robinson > > Date: Fri May 6 14:03:06 2016 -0400 > > > > ui: sdl2: Release grab before opening console window > > > > Stefan > > Doesn't look related to me, also this is in the v2.7 release already. > There are no SDL updates in 2.8. Hmm. /me looks a bit puzzled. > > What is the known-good setup? > > cheers, > Gerd Testing it now. 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. -- MST