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

2011-10-05 Thread Fabien Chouteau
On 04/10/2011 10:43, Yann Quelen wrote: > Hello, > > 2011/10/3 Fabien Chouteau : >> Simple implementation of an stdio char device on Windows. >> >> Signed-off-by: Fabien Chouteau >> --- >> qemu-char.c | 227 >> ++- >> 1 files changed, 225

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

2011-10-04 Thread Yann Quelen
Hello, 2011/10/3 Fabien Chouteau : > Simple implementation of an stdio char device on Windows. > > Signed-off-by: Fabien Chouteau > --- >  qemu-char.c |  227 > ++- >  1 files changed, 225 insertions(+), 2 deletions(-) > hStdIn and hStdOut

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

2011-10-03 Thread Fabien Chouteau
Simple implementation of an stdio char device on Windows. Signed-off-by: Fabien Chouteau --- qemu-char.c | 227 ++- 1 files changed, 225 insertions(+), 2 deletions(-) diff --git a/qemu-char.c b/qemu-char.c index 09d2309..226ba27 100644 --