From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uahu3-0004rb-If for qemu-devel@nongnu.org; Fri, 10 May 2013 03:38:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uahty-0004E6-O5 for qemu-devel@nongnu.org; Fri, 10 May 2013 03:38:07 -0400 Received: from mail-wg0-x232.google.com ([2a00:1450:400c:c00::232]:36205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uahty-0004Dy-IT for qemu-devel@nongnu.org; Fri, 10 May 2013 03:38:02 -0400 Received: by mail-wg0-f50.google.com with SMTP id m15so3669812wgh.17 for ; Fri, 10 May 2013 00:38:01 -0700 (PDT) Date: Fri, 10 May 2013 09:37:58 +0200 From: Stefan Hajnoczi Message-ID: <20130510073758.GA1500@stefanha-thinkpad.redhat.com> References: <9390CB03-05A0-4A0A-B3DB-19EE7BD69BA5@me.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9390CB03-05A0-4A0A-B3DB-19EE7BD69BA5@me.com> Subject: Re: [Qemu-devel] [Patch] Support for bridged networking on Mac OS X List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alasdair McLeay Cc: qemu-devel@nongnu.org On Thu, May 09, 2013 at 07:44:30PM +0100, Alasdair McLeay wrote: > tun tap can be implemented on Mac OS X using http://tuntaposx.sourceforge.net > > It behaves in the same way as FreeBSD/OpenBSD implementations, but Qemu needs a patch to use the OpenBS/FreeBSD code. > > As per the patch listed in this forum thread: > http://forum.gns3.net/post17679.html#p17679 > > And also as used in the MacPorts installation: > https://trac.macports.org/browser/trunk/dports/emulators/qemu/files/patch-net-tap-interface.diff > > I've included it below in what I hope is the correct format (I used git diff, as I'm not checking in anywhere). > > Thanks, > Ali > > > Signed-off-by: Alasdair McLeay > Thanks, applied to my net tree: https://github.com/stefanha/qemu/commits/net Stefan