qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH] Add pcap-based host network bridge


From: Consul
Subject: [Qemu-devel] Re: [PATCH] Add pcap-based host network bridge
Date: Mon, 08 Jun 2009 14:27:30 -0700
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

Alex wrote:
"Sebastian Herbszt" <address@hidden> wrote in message news:address@hidden

Find jan-pcap-updated-qdev3.diff attached.


Thanks. I'll give it a shot next Monday.

Is your tree available somewhere?


No, it's private.

Alex

This small patch was needed to compile it. Otherwise it appears to work...
At least XP guest dot authenticated on the network ok.
The message box "Loading your personal settings..." appears to be sitting on
the screen forever, but this is probably unrelated to your pcap patch.

$ git diff
diff --git a/net.c b/net.c
index e4b3740..ff2cc14 100644
--- a/net.c
+++ b/net.c
@@ -94,10 +94,10 @@
 #endif

 #if defined(CONFIG_PCAP)
-#include <pcap.h>
 #ifdef _WIN32
-#include <remote-ext.h>
+#define HAVE_REMOTE
 #endif /* _WIN32 */
+#include <pcap.h>
 #endif /* CONFIG_PCAP */

 #if defined(__OpenBSD__)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]