qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 8/9] w32: Reduce dependencies in sysemu/os-win32


From: Max Filippov
Subject: Re: [Qemu-devel] [PATCH 8/9] w32: Reduce dependencies in sysemu/os-win32.h
Date: Mon, 24 Feb 2014 04:45:13 +0400

On Sun, Feb 23, 2014 at 9:02 PM, Stefan Weil <address@hidden> wrote:
> Most *.o files depend on that file, but many of them don't need windows.h
> or winsock2.h. sysemu/os-win32.h only needs some definitions from
> winerror.h.
>
> After that change, all files which depend on windows.h or winsock2.h and
> which no longer get it indirectly have to be fixed. Use qemu/sockets.h
> to get winsock2.h. Add comments to all those new include statements.
>
> The modification in ui/vnc-enc-tight.c is needed temporarily and will be
> removed again in the following patch.
>
> Cc: Anthony Liguori <address@hidden>
> Cc: Max Filippov <address@hidden>
> Signed-off-by: Stefan Weil <address@hidden>
> ---
>  coroutine-win32.c           |    1 +
>  include/net/eth.h           |    2 +-
>  include/sysemu/os-win32.h   |    3 +--
>  target-xtensa/xtensa-semi.c |    1 +
>  ui/vnc-enc-tight.c          |    1 +
>  5 files changed, 5 insertions(+), 3 deletions(-)

For xtensa part: Acked-by: Max Filippov <address@hidden>

--
Thanks.
-- Max



reply via email to

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