qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Yann Quelen
Subject: Re: [Qemu-devel] [PATCH V4] Add stdio char device on windows
Date: Tue, 4 Oct 2011 10:43:55 +0200

Hello,

2011/10/3 Fabien Chouteau <address@hidden>:
> Simple implementation of an stdio char device on Windows.
>
> Signed-off-by: Fabien Chouteau <address@hidden>
> ---
>  qemu-char.c |  227 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
>  1 files changed, 225 insertions(+), 2 deletions(-)
>

hStdIn and hStdOut should be declared HANDLE instead of HANDLE*
(in practice it works because HANDLE is just a void*)

Regards,

Yann Quelen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]