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
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
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_
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
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
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