From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoadD-0004kG-Pa for qemu-devel@nongnu.org; Tue, 10 Jul 2012 09:37:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Soad4-00071m-NL for qemu-devel@nongnu.org; Tue, 10 Jul 2012 09:37:35 -0400 Received: from mel.act-europe.fr ([194.98.77.210]:49250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Soad4-00071Y-HP for qemu-devel@nongnu.org; Tue, 10 Jul 2012 09:37:26 -0400 Message-ID: <4FFC3013.9040807@adacore.com> Date: Tue, 10 Jul 2012 15:37:23 +0200 From: Fabien Chouteau MIME-Version: 1.0 References: <1341917019-23224-1-git-send-email-chouteau@adacore.com> <4FFC079A.9090603@redhat.com> <4FFC0BB6.6080500@adacore.com> <4FFC0CA6.5060408@redhat.com> In-Reply-To: <4FFC0CA6.5060408@redhat.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: coreyb@linux.vnet.ibm.com Cc: Anthony Liguori , Stefan Hajnoczi , Stefan Weil , Michael Roth , qemu-devel@nongnu.org, Blue Swirl , Paolo Bonzini , Luiz Capitulino , =?ISO-8859-15?Q?Andreas_F=E4?= =?ISO-8859-15?Q?rber?= On 07/10/2012 01:06 PM, Paolo Bonzini wrote: > 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... > Unfortunately I don't have time to go deep into the code. It's not a feature I plan to use, so the quickest solution for me is to disable it. Corey, I can see that you developed the bridge helper, can you please take a look at this issue? -- Fabien Chouteau