[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 562107] Re: QEmu GDB stub uses IPv6 instead of v4 (or both)

2010-06-04 Thread Ibrahim Umar
There is an alternative way to force gdbserver to use ipv4 instead ipv6 without changing the source code. Use this command: c:\>qemu -S -gdb tcp::1234,ipv4 <...other parameters> Works for me until there is a bugfix for this. Thanks. -- QEmu GDB stub uses IPv6 instead of v4 (or both) https://b

[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