[Qemu-devel] Re: [PATCH] w32: Fix compilation of new code

2011-04-08 Thread Blue Swirl
On Fri, Apr 8, 2011 at 10:49 PM, Stefan Weil wrote: > Am 03.04.2011 11:10, schrieb Blue Swirl: >> >> On Thu, Mar 31, 2011 at 11:58 PM, Stefan Weil >> wrote: >>> >>> Some recently added new code did not compile for w32 targets. >>> >>> The functions qemu_iohandler_fill and qemu_iohandler_poll need

[Qemu-devel] Re: [PATCH] w32: Fix compilation of new code

2011-04-08 Thread Stefan Weil
Am 03.04.2011 11:10, schrieb Blue Swirl: On Thu, Mar 31, 2011 at 11:58 PM, Stefan Weil wrote: Some recently added new code did not compile for w32 targets. The functions qemu_iohandler_fill and qemu_iohandler_poll need data type fd_set which is declared in winsock2.h for w32 targets. Moving t

[Qemu-devel] Re: [PATCH] w32: Fix compilation of new code

2011-04-03 Thread Blue Swirl
On Sun, Apr 3, 2011 at 12:41 PM, Stefan Weil wrote: > Am 03.04.2011 11:10, schrieb Blue Swirl: >> >> On Thu, Mar 31, 2011 at 11:58 PM, Stefan Weil >> wrote: >>> >>> Some recently added new code did not compile for w32 targets. >>> >>> The functions qemu_iohandler_fill and qemu_iohandler_poll need

[Qemu-devel] Re: [PATCH] w32: Fix compilation of new code

2011-04-03 Thread Stefan Weil
Am 03.04.2011 11:10, schrieb Blue Swirl: On Thu, Mar 31, 2011 at 11:58 PM, Stefan Weil wrote: Some recently added new code did not compile for w32 targets. The functions qemu_iohandler_fill and qemu_iohandler_poll need data type fd_set which is declared in winsock2.h for w32 targets. Moving t

[Qemu-devel] Re: [PATCH] w32: Fix compilation of new code

2011-04-03 Thread Blue Swirl
On Thu, Mar 31, 2011 at 11:58 PM, Stefan Weil wrote: > Some recently added new code did not compile for w32 targets. > > The functions qemu_iohandler_fill and qemu_iohandler_poll need > data type fd_set which is declared in winsock2.h for w32 targets. > > Moving the functions from qemu-common.h to

[Qemu-devel] Re: [PATCH] w32: Fix compilation of new code

2011-04-01 Thread Paolo Bonzini
On 03/31/2011 10:58 PM, Stefan Weil wrote: Some recently added new code did not compile for w32 targets. The functions qemu_iohandler_fill and qemu_iohandler_poll need data type fd_set which is declared in winsock2.h for w32 targets. Moving the functions from qemu-common.h to qemu_socket.h fixe