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