Re: [Qemu-devel] [PATCH V3] Support logging xen-guest console

2011-07-01 Thread Stefano Stabellini
On Fri, 1 Jul 2011, Chun Yan Liu wrote: On Thursday, June 30, 2011 07:18:54 PM you wrote: On 06/30/2011 11:39 AM, Chun Yan Liu wrote: On Thursday, June 30, 2011 03:58:57 PM Alexander Graf wrote: On 30.06.2011, at 09:08, Chunyan Liu wrote: Add code to support logging xen-domU console,

[Qemu-devel] [PATCH V3] Support logging xen-guest console

2011-06-30 Thread Chunyan Liu
Add code to support logging xen-domU console, as what xenconsoled does. To enable logging, set environment variable XENCONSOLED_TRACE=guest and XENCONSOLED_LOGDIR=specified directory, log file will be saved in specified directory. Signed-off-by: Chunyan Liu cy...@novell.com --- hw/xen_console.c

Re: [Qemu-devel] [PATCH V3] Support logging xen-guest console

2011-06-30 Thread Alexander Graf
On 30.06.2011, at 09:08, Chunyan Liu wrote: Add code to support logging xen-domU console, as what xenconsoled does. To enable logging, set environment variable XENCONSOLED_TRACE=guest and XENCONSOLED_LOGDIR=specified directory, log file will be saved in specified directory. So far, qemu

Re: [Qemu-devel] [PATCH V3] Support logging xen-guest console

2011-06-30 Thread Alexander Graf
On 30.06.2011, at 09:08, Chunyan Liu wrote: Add code to support logging xen-domU console, as what xenconsoled does. To enable logging, set environment variable XENCONSOLED_TRACE=guest and XENCONSOLED_LOGDIR=specified directory, log file will be saved in specified directory. In fact, this

Re: [Qemu-devel] [PATCH V3] Support logging xen-guest console

2011-06-30 Thread Chun Yan Liu
On Thursday, June 30, 2011 03:58:57 PM Alexander Graf wrote: On 30.06.2011, at 09:08, Chunyan Liu wrote: Add code to support logging xen-domU console, as what xenconsoled does. To enable logging, set environment variable XENCONSOLED_TRACE=guest and XENCONSOLED_LOGDIR=specified directory,

Re: [Qemu-devel] [PATCH V3] Support logging xen-guest console

2011-06-30 Thread Alexander Graf
On 06/30/2011 11:39 AM, Chun Yan Liu wrote: On Thursday, June 30, 2011 03:58:57 PM Alexander Graf wrote: On 30.06.2011, at 09:08, Chunyan Liu wrote: Add code to support logging xen-domU console, as what xenconsoled does. To enable logging, set environment variable XENCONSOLED_TRACE=guest and

Re: [Qemu-devel] [PATCH V3] Support logging xen-guest console

2011-06-30 Thread Chun Yan Liu
On Thursday, June 30, 2011 07:18:54 PM you wrote: On 06/30/2011 11:39 AM, Chun Yan Liu wrote: On Thursday, June 30, 2011 03:58:57 PM Alexander Graf wrote: On 30.06.2011, at 09:08, Chunyan Liu wrote: Add code to support logging xen-domU console, as what xenconsoled does. To enable logging,