From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37197 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsvJq-0004sk-OE for qemu-devel@nongnu.org; Fri, 25 Feb 2011 05:54:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsvJO-0002Ke-Fz for qemu-devel@nongnu.org; Fri, 25 Feb 2011 05:54:15 -0500 Received: from mail-bw0-f45.google.com ([209.85.214.45]:60721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsvJO-0002KS-8S for qemu-devel@nongnu.org; Fri, 25 Feb 2011 05:54:14 -0500 Received: by bwz16 with SMTP id 16so2045740bwz.4 for ; Fri, 25 Feb 2011 02:54:12 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4D678A4F.1010908@redhat.com> Date: Fri, 25 Feb 2011 11:54:07 +0100 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH V10 06/15] xen: Add the Xen platform pci device References: <1296658172-16609-1-git-send-email-anthony.perard@citrix.com> <1296658172-16609-7-git-send-email-anthony.perard@citrix.com> <4D66964F.3040605@codemonkey.ws> <4D669711.9080601@redhat.com> <1298627905.5034.539.camel@zakaz.uk.xensource.com> In-Reply-To: <1298627905.5034.539.camel@zakaz.uk.xensource.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ian Campbell Cc: Xen Devel , Stefano Stabellini , QEMU-devel , Anthony Perard , Steven Smith On 02/25/2011 10:58 AM, Ian Campbell wrote: > > Or it should just go away. Guests can already write to 0xe9 and see > > the output on the host's "xm dmesg" ring and serial console. > > Only true if you have configured the guest log level to include debug > messages. If you can recompile QEMU to add DEBUG_PLATFORM, you can usually do that too. To avoid recompilation, rather than a chardev it would be even better to keep it as a trace event. Paolo