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

2011-10-23 Thread Blue Swirl
Thanks, applied. On Thu, Oct 6, 2011 at 14:37, Fabien Chouteau wrote: > Simple implementation of an stdio char device on Windows. > > Signed-off-by: Fabien Chouteau > --- >  qemu-char.c |  227 > ++- >  1 files changed, 225 insertions(+), 2

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

2011-10-20 Thread Fabien Chouteau
On 12/10/2011 16:47, Fabien Chouteau wrote: > On 06/10/2011 16:37, Fabien Chouteau wrote: >> Simple implementation of an stdio char device on Windows. >> > > Any comments? > Anthony, can you apply this patch please? Thanks in advance, -- Fabien Chouteau

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

2011-10-12 Thread Fabien Chouteau
On 06/10/2011 16:37, Fabien Chouteau wrote: > Simple implementation of an stdio char device on Windows. > Any comments? -- Fabien Chouteau

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

2011-10-06 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..b9381be 100644 --