From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9nWX-0006yV-Ah for qemu-devel@nongnu.org; Thu, 28 May 2009 17:52:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9nWQ-0006ua-UA for qemu-devel@nongnu.org; Thu, 28 May 2009 17:52:28 -0400 Received: from [199.232.76.173] (port=52295 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9nWQ-0006tx-47 for qemu-devel@nongnu.org; Thu, 28 May 2009 17:52:22 -0400 Received: from main.gmane.org ([80.91.229.2]:46758 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M9nWP-0002oN-ID for qemu-devel@nongnu.org; Thu, 28 May 2009 17:52:21 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1M9nWM-0004gc-Ax for qemu-devel@nongnu.org; Thu, 28 May 2009 21:52:18 +0000 Received: from 204.147.152.1 ([204.147.152.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 May 2009 21:52:18 +0000 Received: from void by 204.147.152.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 May 2009 21:52:18 +0000 From: Consul Date: Thu, 28 May 2009 14:52:04 -0700 Message-ID: References: <49C0BFCD.1040304@siemens.com> <49C6F2AA.40408@codemonkey.ws><49C91829.6000606@siemens.com> <49CE5DD1.1010302@codemonkey.ws> <7A9475ADF255438F86B48879B553733E@FSCPC> <4A09320F.1000705@siemens.com><5F412034D5F7477A95980A3554CCD5DC@FSCPC> <22F2AA9D186E4B179211713E01CD2FDE@FSCPC> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <22F2AA9D186E4B179211713E01CD2FDE@FSCPC> Sender: news Subject: [Qemu-devel] Re: [PATCH] Add pcap-based host network bridge List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Sebastian Herbszt wrote: > Consul wrote: >> Sebastian Herbszt wrote: >>> That's really too bad. pcap-based networking works flawless on windows. >>> Guest <-> host and guest <-> world communication works just fine. >>> According to the previous threads about pcap-based networking it also >>> should work fine on FreeBSD. >>> >> >> Maybe make it compile conditionally for Windows only? Would you >> consider such patch? >> It would really be a valuable feature. > > I did rebase the patch against git master and it still seems to work. I > can post it if there > is any interest. > > - Sebastian > Yes, please post. I also have it rebased in my tree and it still works great. Easier to configure than TAP for sure. Maybe if we'll bug the list often enough and loud enough, it finally gets through. Alex.