From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDeGd-00087m-R8 for qemu-devel@nongnu.org; Thu, 26 Nov 2009 08:20:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDeGV-000848-Vz for qemu-devel@nongnu.org; Thu, 26 Nov 2009 08:20:12 -0500 Received: from [199.232.76.173] (port=54000 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDeGV-00083p-7H for qemu-devel@nongnu.org; Thu, 26 Nov 2009 08:20:07 -0500 Received: from lo.gmane.org ([80.91.229.12]:59292) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NDeGU-00072E-I3 for qemu-devel@nongnu.org; Thu, 26 Nov 2009 08:20:06 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NDeGR-0005RR-No for qemu-devel@nongnu.org; Thu, 26 Nov 2009 14:20:03 +0100 Received: from nat-pool-brq-t.redhat.com ([209.132.186.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Nov 2009 14:20:03 +0100 Received: from pbonzini by nat-pool-brq-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Nov 2009 14:20:03 +0100 From: Paolo Bonzini Date: Thu, 26 Nov 2009 14:18:53 +0100 Message-ID: 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> <4B0DB041.4060209@linux.intel.com> <4B0DB58E.1020203@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <4B0DB58E.1020203@redhat.com> Sender: news Subject: [Qemu-devel] Re: [PATCH] debugcon: support for debugging consoles (e.g. Bochs port 0xe9) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 11/25/2009 11:54 PM, Gerd Hoffmann wrote: > > Wouldn't be that hard I think. Cool. I had thought of a similar exercise to wet my feet with qdev/qemuopts, I may actually do it when I have some time... Paolo