qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Fix compilation of nbd on Windows


From: Jamie Lokier
Subject: Re: [Qemu-devel] [PATCH] Fix compilation of nbd on Windows
Date: Sat, 5 Jul 2008 23:41:22 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Filip Navara wrote:
> Closing sockets with "close" doesn't work on WinSock. Add "#define
> close closesocket" to the top of file to fix it. Otherwise, good job!

Socket error handling is different too, you might want to check any
places errno is used in the socket code.  Also ioctl -> ioctlsocket
(but you probably don't use it).

Or look at the rest of QEMU, which surely does some Windows networking.

-- Jamie




reply via email to

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