From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoYCw-0005tK-Lp for qemu-devel@nongnu.org; Tue, 10 Jul 2012 07:02:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoYCu-0007Cf-LC for qemu-devel@nongnu.org; Tue, 10 Jul 2012 07:02:18 -0400 Received: from mel.act-europe.fr ([194.98.77.210]:45119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoYCu-0007CR-CR for qemu-devel@nongnu.org; Tue, 10 Jul 2012 07:02:16 -0400 Message-ID: <4FFC0BB6.6080500@adacore.com> Date: Tue, 10 Jul 2012 13:02:14 +0200 From: Fabien Chouteau MIME-Version: 1.0 References: <1341917019-23224-1-git-send-email-chouteau@adacore.com> <4FFC079A.9090603@redhat.com> In-Reply-To: <4FFC079A.9090603@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: Paolo Bonzini 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?= On 07/10/2012 12:44 PM, Paolo Bonzini wrote: > Il 10/07/2012 12:43, 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. -- Fabien Chouteau