Re: [Qemu-devel] [PATCH] Add "tee" option to qemu char device

2011-07-08 Thread Alexander Graf
On 08.07.2011, at 12:17, Chun Yan Liu wrote: > On Thursday, July 07, 2011 09:51:45 PM you wrote: >> On 07/07/2011 10:24 AM, Chunyan Liu wrote: >>> In previous thread "Support logging xen-guest console", it's considered >>> that adding a "tee" option to char layer is a more generic way and makes >

Re: [Qemu-devel] [PATCH] Add "tee" option to qemu char device

2011-07-08 Thread Chun Yan Liu
On Thursday, July 07, 2011 09:51:45 PM you wrote: > On 07/07/2011 10:24 AM, Chunyan Liu wrote: > > In previous thread "Support logging xen-guest console", it's considered > > that adding a "tee" option to char layer is a more generic way and makes > > more sense. > > http://lists.nongnu.org/archive

Re: [Qemu-devel] [PATCH] Add "tee" option to qemu char device

2011-07-07 Thread Alexander Graf
On 07/07/2011 10:24 AM, Chunyan Liu wrote: In previous thread "Support logging xen-guest console", it's considered that adding a "tee" option to char layer is a more generic way and makes more sense. http://lists.nongnu.org/archive/html/qemu-devel/2011-06/msg03011.html Following is an implementa

Re: [Qemu-devel] [PATCH] Add "tee" option to qemu char device

2011-07-07 Thread Stefano Stabellini
On Thu, 7 Jul 2011, Chunyan Liu wrote: > In previous thread "Support logging xen-guest console", it's considered that > adding a "tee" option to char layer is a more generic way and makes more > sense. > http://lists.nongnu.org/archive/html/qemu-devel/2011-06/msg03011.html > > Following is an im