[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

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

2010-06-04 Thread Ibrahim Umar
Public bug reported: To reproduce the bug: 1) Install tap driver from openvpn (either v8/v9). Rename the tap connection to mytap and set the IP to 192.168.1.1 (or any ip) 2) use any QEMU 0.12.X and issue the following command c:\qemu qemu -net nic -net tap,ifname=mytap -cdrom ../linux.iso 3)