From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoYHE-0000nS-MT for qemu-devel@nongnu.org; Tue, 10 Jul 2012 07:06:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoYHA-0000AR-1B for qemu-devel@nongnu.org; Tue, 10 Jul 2012 07:06:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoYH9-0000AF-Of for qemu-devel@nongnu.org; Tue, 10 Jul 2012 07:06:39 -0400 Message-ID: <4FFC0CA6.5060408@redhat.com> Date: Tue, 10 Jul 2012 13:06:14 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1341917019-23224-1-git-send-email-chouteau@adacore.com> <4FFC079A.9090603@redhat.com> <4FFC0BB6.6080500@adacore.com> In-Reply-To: <4FFC0BB6.6080500@adacore.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Add --disable-bridge-helper configure flag List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fabien Chouteau Cc: Anthony Liguori , Stefan Hajnoczi , Stefan Weil , coreyb@linux.vnet.ibm.com, Michael Roth , qemu-devel@nongnu.org, Blue Swirl , Luiz Capitulino , =?ISO-8859-15?Q?Andreas_F=E4rber?= Il 10/07/2012 13:02, Fabien Chouteau ha scritto: >>> >> Bridge helper uses ioctl's not available on old Linux versions, we add >>> >> this flag to disable the build. >> > >> > Which ioctls? Please detect them, so that we can also work around them >> > perhaps. >> > > There SIOCBRADDIF at least, maybe it's the only one. So indeed you could also use SIOCDEVPRIVATE / BRCTL_ADD_IF if you were inclined to do so... Paolo