[Qemu-devel] [Bug 589564] Re: Windows host tap (tap-win32) is not working on QEMU ver 0.12.X

2012-02-01 Thread Stefan Weil
Commit c3febae62b646b5bc7aa88b7cffa88160162a94e fixed this problem. ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/589564 Title: Windows host

[Qemu-devel] [Bug 589564] Re: Windows host tap (tap-win32) is not working on QEMU ver 0.12.X

2010-07-26 Thread Ibrahim Umar
KP. Kang fix is working. But Lode Leroy fix is a more proper approach. I have tested the patch and confirm that the problem is now fixed using the provided patch. -- Windows host tap (tap-win32) is not working on QEMU ver 0.12.X https://bugs.launchpad.net/bugs/589564 You received this bug notifi

[Qemu-devel] [Bug 589564] Re: Windows host tap (tap-win32) is not working on QEMU ver 0.12.X

2010-07-05 Thread Lode Leroy
maybe this is a better fix --- net/tap-win32.c 2010-07-05 11:14:51 +0200 +++ net/tap-win32.c-orig2010-07-05 11:33:11 +0200 @@ -479,7 +479,7 @@ static int tap_win32_write(tap_win32_ove } } -return 0; +return write_size; } static DWORD WINAPI tap_win32_thread_

[Qemu-devel] [Bug 589564] Re: Windows host tap (tap-win32) is not working on QEMU ver 0.12.X

2010-06-27 Thread kpk...@telit.com
I also had the same problem with 0.12.x version. BTW, I slightly changed source code to avoid this problem. Here is what I did for this below. I haven't taken analysis of this operation details so my apporach may not be the right solution. (Sorry for that). Anyway, refer to my comment (delete