From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDMAx-0000zb-KF for qemu-devel@nongnu.org; Wed, 25 Nov 2009 13:01:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDMAs-0000uI-N6 for qemu-devel@nongnu.org; Wed, 25 Nov 2009 13:01:10 -0500 Received: from [199.232.76.173] (port=54369 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDMAs-0000uF-H4 for qemu-devel@nongnu.org; Wed, 25 Nov 2009 13:01:06 -0500 Received: from mga06.intel.com ([134.134.136.21]:4010 helo=orsmga101.jf.intel.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDMAr-0003LY-Sh for qemu-devel@nongnu.org; Wed, 25 Nov 2009 13:01:06 -0500 Message-ID: <4B0D70DC.8020605@linux.intel.com> Date: Wed, 25 Nov 2009 10:01:00 -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> In-Reply-To: <4B0D2713.60001@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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" Gerd Hoffmann wrote: > > You can stick it into a config file[1] like this: > > [chardev "debuglog"] > backend = "file" > path = "/path/to/debug.log" > > [device] > driver = "isa-debugcon" > chardev = "debuglog" > > Then use "qemu -readconfig $file". > Great... at least in my opinion, one of the things that makes Qemu so much easier to use than Bochs is that one has a comprehensive (and comprehensable) command line and don't have to set up a configuration file for every trivial little thing. It's a good thing for long-living virtualization instances, but I would be sad if the command line will end up being neglected. -hpa