From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDQOe-0002c1-9X for qemu-devel@nongnu.org; Wed, 25 Nov 2009 17:31:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDQOZ-0002Wo-K6 for qemu-devel@nongnu.org; Wed, 25 Nov 2009 17:31:35 -0500 Received: from [199.232.76.173] (port=34159 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDQOZ-0002Wl-Eh for qemu-devel@nongnu.org; Wed, 25 Nov 2009 17:31:31 -0500 Received: from mga06.intel.com ([134.134.136.21]:3486 helo=orsmga101.jf.intel.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDQOZ-0000QR-2S for qemu-devel@nongnu.org; Wed, 25 Nov 2009 17:31:31 -0500 Message-ID: <4B0DB041.4060209@linux.intel.com> Date: Wed, 25 Nov 2009 14:31:29 -0800 From: "H. Peter Anvin" MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] debugcon: support for debugging consoles (e.g. Bochs port 0xe9) References: <1258752795-15434-1-git-send-email-hpa@linux.intel.com> <4B0A6973.4010303@redhat.com> <4B0AEC8A.1020905@zytor.com> <4B0C66B0.5090805@zytor.com> <4B0D2713.60001@redhat.com> <4B0D70DC.8020605@linux.intel.com> <4B0DADDE.1080703@redhat.com> <4B0DAF0D.4010105@linux.intel.com> In-Reply-To: <4B0DAF0D.4010105@linux.intel.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org, "H. Peter Anvin" On 11/25/2009 02:26 PM, H. Peter Anvin wrote: > > As such, I think there is still a place for the simple command line > options like "-hda", "-serial" and my proposed "-debugcon", in addition > to the full-featured connect-anything options and configuration files. > That's all. > I guess one question is if the simplified options could be better implemented via some kind of builtin macros or translation submodule rather than being treated as first-class options which they basically are now. Still, that's a future development task. -hpa