Re: [Qemu-devel] [PATCH V3] Add stdio char device on windows

2011-10-03 Thread Fabien Chouteau
On 01/10/2011 08:40, Blue Swirl wrote: > On Wed, Sep 28, 2011 at 4:28 PM, Fabien Chouteau wrote: >> Simple implementation of an stdio char device on Windows. >> >> Signed-off-by: Fabien Chouteau >> --- >> qemu-char.c | 216 >> ++- >> 1 fi

Re: [Qemu-devel] [PATCH V3] Add stdio char device on windows

2011-09-30 Thread Blue Swirl
On Wed, Sep 28, 2011 at 4:28 PM, Fabien Chouteau wrote: > Simple implementation of an stdio char device on Windows. > > Signed-off-by: Fabien Chouteau > --- >  qemu-char.c |  216 > ++- >  1 files changed, 214 insertions(+), 2 deletions(-) >

[Qemu-devel] [PATCH V3] Add stdio char device on windows

2011-09-28 Thread Fabien Chouteau
Simple implementation of an stdio char device on Windows. Signed-off-by: Fabien Chouteau --- qemu-char.c | 216 ++- 1 files changed, 214 insertions(+), 2 deletions(-) diff --git a/qemu-char.c b/qemu-char.c index 09d2309..0ec449b 100644 --