From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9YWY-0006Ay-EC for qemu-devel@nongnu.org; Tue, 22 Jul 2014 07:46:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9YWT-0007YS-Ay for qemu-devel@nongnu.org; Tue, 22 Jul 2014 07:46:26 -0400 Received: from smtp.citrix.com ([66.165.176.89]:58116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9YWS-0007Y4-V2 for qemu-devel@nongnu.org; Tue, 22 Jul 2014 07:46:21 -0400 Message-ID: <53CE4F07.40804@citrix.com> Date: Tue, 22 Jul 2014 13:46:15 +0200 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= MIME-Version: 1.0 References: <1400860669-21593-1-git-send-email-roger.pau@citrix.com> <1400860669-21593-3-git-send-email-roger.pau@citrix.com> <20140527132943.GD31463@stefanha-thinkpad.redhat.com> In-Reply-To: <20140527132943.GD31463@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 2/3] tap-bsd: implement a FreeBSD only version of tap_open List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: xen-devel@lists.xenproject.org, Anthony Liguori , qemu-devel@nongnu.org, Stefano Stabellini On 27/05/14 15:29, Stefan Hajnoczi wrote: > On Fri, May 23, 2014 at 05:57:48PM +0200, Roger Pau Monne wrote: >> The current behaviour of tap_open for BSD systems differ greatly from >> it's Linux counterpart. Since FreeBSD supports interface renaming and >> tap device cloning by opening /dev/tap, implement a FreeBSD specific >> version of tap_open that behaves like it's Linux counterpart. >> >> This is specially important for toolstacks that use Qemu (like Xen >> libxl), in order to have a unified behaviour across suported >> platforms. >> >> Signed-off-by: Roger Pau Monné >> Cc: xen-devel@lists.xenproject.org >> Cc: Stefano Stabellini >> Cc: Anthony Liguori >> Cc: Stefan Hajnoczi >> --- >> net/tap-bsd.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- >> 1 files changed, 69 insertions(+), 1 deletions(-) > > Reviewed-by: Stefan Hajnoczi I still don't see this committed to the repository, should I ping someone? Thanks, Roger.