qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Network functions patches for win32


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH] Network functions patches for win32
Date: Sun, 20 Feb 2011 23:26:29 +0200

On Thu, Feb 10, 2011 at 11:16 AM, Pavel Dovgaluk
<address@hidden> wrote:
> This patch contains some fixes for network functions, working in Windows
> environment, and consists of two parts:
>
> 1. net/socket.c fix
>   MSDN includes the following in WSAEALREADY error description for connect()
>   function: "To preserve backward compatibility, this error is reported as
>   WSAEINVAL to Winsock applications that link to either Winsock.dll or
>   Wsock32.dll". So check of this error code was added to allow network
>   connections through the sockets in Windows.
>
> 2. net/tap-win32.c fix
>   This fix allows connection of internal VLAN to the external TAP interface.
>   If tap_win32_write function always returns 0, the TAP network interface
>   in QEMU is disabled.

Even though the changes are small, the fixes are unrelated. Please
split the patch in two. Otherwise this looks OK.



reply via email to

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