[Qemu-devel] TAP32 networking on windows

2011-05-19 Thread lode leroy
Please consider the patch I submitted on 2010-07-05 I tried it in qemu-0.14.1 and this makes it work. https://bugs.launchpad.net/qemu/+bug/589564 --- 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

[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

[Qemu-devel] linux/ppc on qemu/win networking problems...

2007-03-25 Thread lode leroy
Hi, I managed to install Slackintosh-11.0 on qemu-0.9.0-ppc for windows. Now while I try to set up network support, I get into problems: I started with this: == http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-0.9.0-ppc.zip Then I installed Slackintosh from ==

[Qemu-devel] Re: linux/ppc on qemu/win networking problems...

2007-03-25 Thread lode leroy
Following up on myself, I can confirm that Slackintosh 11.0 with networking works on 0.8.2... http://www.h6.dion.ne.jp/%7Ekazuw/qemu-win/qemu-0.8.2-ppc.zip