From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwXk2-0007Bm-1r for qemu-devel@nongnu.org; Tue, 09 Jul 2013 09:14:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwXjx-00037q-Ip for qemu-devel@nongnu.org; Tue, 09 Jul 2013 09:14:02 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:40527) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwXjx-000376-5P for qemu-devel@nongnu.org; Tue, 09 Jul 2013 09:13:57 -0400 Message-ID: <51DC0C91.80303@msgid.tls.msk.ru> Date: Tue, 09 Jul 2013 17:13:53 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1372868986-25988-1-git-send-email-mjt@msgid.tls.msk.ru> <51DBBE41.3090004@msgid.tls.msk.ru> <51DBCD0F.80908@suse.de> <51DBFBDC.3050808@msgid.tls.msk.ru> <51DC04B6.2090506@suse.de> In-Reply-To: <51DC04B6.2090506@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 1/2] trap signals for "-serial mon:stdio" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Max Filippov , Peter Maydell , Anthony Liguori , qemu-devel@nongnu.org, Paolo Bonzini 09.07.2013 16:40, Andreas F=C3=A4rber wrote: > The way I interpreted it (without having tested it yet) is that we woul= d > not be able to use Ctrl+C in -semihosting mode, no? At least that's how > -display none is like today IIRC. With -display none qemu terminates when you hit Ctrl+C, with or without the changes in question. Only in case you use -serial mux:stdio (with the patch in question, regardless of -display) or you use -nographic (without the patch in question) Ctrl+C is forwarded to the guest. Thanks, /mjt