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

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 en

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 XE

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=, log file will b

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=, log file will be saved in directory>. In fact, this whole thing looks as if you'

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=, log file will be saved in directory>. So far, qemu doesn't rely on environment v

[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=, log file will be saved in . Signed-off-by: Chunyan Liu --- hw/xen_console.c | 82