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 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 log le

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

2011-02-25 Thread Paolo Bonzini
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 D

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_

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

2011-02-24 Thread Paolo Bonzini
On 02/24/2011 06:33 PM, Anthony Liguori wrote: On 02/02/2011 08:49 AM, anthony.per...@citrix.com wrote: From: Steven Smith Introduce a new emulated PCI device, specific to fully virtualized Xen guests. The device is necessary for PV on HVM drivers to work. Signed-off-by: Steven Smith Signed-of

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

2011-02-24 Thread Anthony Liguori
On 02/02/2011 08:49 AM, anthony.per...@citrix.com wrote: From: Steven Smith Introduce a new emulated PCI device, specific to fully virtualized Xen guests. The device is necessary for PV on HVM drivers to work. Signed-off-by: Steven Smith Signed-off-by: Anthony PERARD Signed-off-by: Stefano Sta

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

2011-02-02 Thread anthony . perard
From: Steven Smith Introduce a new emulated PCI device, specific to fully virtualized Xen guests. The device is necessary for PV on HVM drivers to work. Signed-off-by: Steven Smith Signed-off-by: Anthony PERARD Signed-off-by: Stefano Stabellini --- Makefile.target |1 + hw/hw.h