Re: [Xen-devel] Re: [Qemu-devel] [PATCH V10 06/15] xen: Add the Xen platform pci device

2011-02-25 Thread Ian Campbell
On Thu, 2011-02-24 at 17:36 +, Paolo Bonzini wrote: +/* Send bytes to syslog */ +static void log_writeb(PCIXenPlatformState *s, char val) +{ + if (val == '\n' || s-log_buffer_off == sizeof(s-log_buffer) - 1) { + /* Flush buffer */ + s-log_buffer[s-log_buffer_off] = 0; +

Re: [Xen-devel] Re: [Qemu-devel] [PATCH V10 06/15] xen: Add the Xen platform pci device

2011-02-25 Thread Anthony PERARD
On Fri, Feb 25, 2011 at 10:54, Paolo Bonzini pbonz...@redhat.com wrote: 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