From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35891 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pz4Bz-0002Qh-8a for qemu-devel@nongnu.org; Mon, 14 Mar 2011 05:36:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pz4Bx-00087o-G5 for qemu-devel@nongnu.org; Mon, 14 Mar 2011 05:35:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pz4Bx-00087Y-5m for qemu-devel@nongnu.org; Mon, 14 Mar 2011 05:35:57 -0400 Message-ID: <4D7DE162.7050908@redhat.com> Date: Mon, 14 Mar 2011 10:35:30 +0100 From: Jes Sorensen MIME-Version: 1.0 References: <1299854234-22003-1-git-send-email-Jes.Sorensen@redhat.com> <4D7A3433.2060006@codemonkey.ws> <4D7A37A6.7010300@redhat.com> <4D7A37ED.7020505@codemonkey.ws> <4D7A4F3D.8030506@siemens.com> In-Reply-To: <4D7A4F3D.8030506@siemens.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2] Make VNC support optional List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Peter Maydell , qemu-devel@nongnu.org On 03/11/11 17:35, Jan Kiszka wrote: > On 2011-03-11 16:11, Peter Maydell wrote: >> (Also the "-nographic" running of serial over stdio doesn't let >> you kill qemu with ^C, the way "-serial stdio" does, which is >> just annoyingly inconsistent...) > > ^A-x to exit qemu, ^A-c to enable the monitor: -nographic comes with > -serial mon:stdio. That's still suboptimal as we have no handy way to > reconfigure this (there's -nodefaults, but that drops everything). The problem with this is that it is very non-intuitive if you didn't specify -nographic and expected this behavior. I think Anthony's suggestion of -display none is probably the most reasonable way to go. I'll try and cook up a patch. Cheers, Jes