From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHSAv-0002w2-J9 for qemu-devel@nongnu.org; Thu, 15 Dec 2016 04:18:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHSAs-0002yW-Cx for qemu-devel@nongnu.org; Thu, 15 Dec 2016 04:18:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59080) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cHSAs-0002yK-77 for qemu-devel@nongnu.org; Thu, 15 Dec 2016 04:18:02 -0500 Message-ID: <1481793479.21413.6.camel@redhat.com> From: Gerd Hoffmann Date: Thu, 15 Dec 2016 10:17:59 +0100 In-Reply-To: <20161215075028.GD26169@stefanha-x1.localdomain> References: <20161214142518.10504-1-stefanha@redhat.com> <20161215063226-mutt-send-email-mst@kernel.org> <20161215075028.GD26169@stefanha-x1.localdomain> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 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: Stefan Hajnoczi Cc: "Michael S. Tsirkin" , Stefan Hajnoczi , Kevin Wolf , qemu-devel@nongnu.org, Cole Robinson 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 > >=20 > > 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? >=20 > Sounds related to: >=20 > commit 56f289f383a871e871f944c7226920b35794efe6 > Author: Cole Robinson > Date: Fri May 6 14:03:06 2016 -0400 >=20 > ui: sdl2: Release grab before opening console window >=20 > 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