From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KMu8c-0001qM-E2 for qemu-devel@nongnu.org; Sat, 26 Jul 2008 20:29:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KMu8b-0001pm-WA for qemu-devel@nongnu.org; Sat, 26 Jul 2008 20:29:26 -0400 Received: from [199.232.76.173] (port=40413 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMu8b-0001pb-Ff for qemu-devel@nongnu.org; Sat, 26 Jul 2008 20:29:25 -0400 Received: from an-out-0708.google.com ([209.85.132.246]:26701) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KMu8b-00062v-AN for qemu-devel@nongnu.org; Sat, 26 Jul 2008 20:29:25 -0400 Received: by an-out-0708.google.com with SMTP id d18so1475438and.130 for ; Sat, 26 Jul 2008 17:29:24 -0700 (PDT) Message-ID: <488BC144.9030206@codemonkey.ws> Date: Sat, 26 Jul 2008 19:28:52 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH] networking using libpcap References: <200807171812.41200.jkim@FreeBSD.org> <043901c8e8f1$6150b260$0201a8c0@zeug> <200807181639.49136.jkim@FreeBSD.org> <488A3CC0.60802@codemonkey.ws> <04a201c8ef45$71ebcd80$0201a8c0@zeug> In-Reply-To: <04a201c8ef45$71ebcd80$0201a8c0@zeug> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sebastian Herbszt Cc: qemu-devel@nongnu.org, Jung-uk Kim , Juergen Lock Sebastian Herbszt wrote: > Anthony, > >> 2) When using ifname=eth0, traffic doesn't work from host=>guest nor >> from guest=>host. This seems like a major short-coming to me. >> Having another networking option that is easy to use but doesn't work >> in some fundamental way that a user would expect seems like it's just >> going to lead to even further confusion. This patch isn't attractive >> to me unless it works just like you were bridging to a physical >> interface (and I don't think there's anything fundamental preventing >> that). > > this works on Win XP. According to the source it seems to need > BIOCFEEDBACK > ("This is necessary to connect host and guest.") on BSD. Maybe > something like > this is also needed on your system. > > Which OS did you try it with? Linux? Yes, with libpcap 0.9.8-2.fc9. Regards, Anthony Liguori > - Sebastian >