* [Qemu-devel] TAP32 networking on windows
@ 2011-05-19 12:22 lode leroy
2011-05-19 12:45 ` Yann Quelen
0 siblings, 1 reply; 2+ messages in thread
From: lode leroy @ 2011-05-19 12:22 UTC (permalink / raw)
To: qemu-devel
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-orig 2010-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_entry(LPVOID param)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-19 12:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-19 12:22 [Qemu-devel] TAP32 networking on windows lode leroy
2011-05-19 12:45 ` Yann Quelen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).