Re: [Qemu-devel] [PATCH] VLAN and Tap for win32

2006-05-16 Thread Kazu
Sent: Monday, May 15, 2006 11:03 PM Kazu wrote: > > I heard that WSAWaitForMultipleEvents is the same as WaitForMultipleObjects > in winsock 2 mailing list. I used it. > I think supressing polling means using win32 thread. Is it OK? I will try to > use threads. > > http://www.h7.dion.ne.jp/~qemu-w

Re: [Qemu-devel] [PATCH] VLAN and Tap for win32

2006-05-15 Thread Kazu
Monday, May 15, 2006 3:35 AM Fabrice Bellard wrote: > Kazu wrote: >> Hi, >> >> VLAN and Tap patches for win32 are updated. I added handling for wait >> objects. >> >> http://www.h7.dion.ne.jp/~qemu-win/download/qemu-0.8.1-vlan.patch > > I don't undertand this patch: the connect() is meant to be no

Re: [Qemu-devel] [PATCH] VLAN and Tap for win32

2006-05-14 Thread Fabrice Bellard
Kazu wrote: Hi, VLAN and Tap patches for win32 are updated. I added handling for wait objects. http://www.h7.dion.ne.jp/~qemu-win/download/qemu-0.8.1-vlan.patch I don't undertand this patch: the connect() is meant to be non blocking so the 'socket_wait_event' just after is not correct. The w

[Qemu-devel] [PATCH] VLAN and Tap for win32

2006-05-11 Thread Kazu
Hi, VLAN and Tap patches for win32 are updated. I added handling for wait objects. http://www.h7.dion.ne.jp/~qemu-win/download/qemu-0.8.1-vlan.patch http://www.h7.dion.ne.jp/~qemu-win/download/qemu-0.8.1-tap.patch Regards, Kazu ___ Qemu-devel mailin