From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoXwp-00078v-R6 for qemu-devel@nongnu.org; Tue, 10 Jul 2012 06:45:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoXwo-0003E2-4N for qemu-devel@nongnu.org; Tue, 10 Jul 2012 06:45:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoXwn-0003Dw-TA for qemu-devel@nongnu.org; Tue, 10 Jul 2012 06:45:38 -0400 Message-ID: <4FFC079A.9090603@redhat.com> Date: Tue, 10 Jul 2012 12:44:42 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1341917019-23224-1-git-send-email-chouteau@adacore.com> In-Reply-To: <1341917019-23224-1-git-send-email-chouteau@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 , qemu-devel@nongnu.org, Stefan Weil , coreyb@linux.vnet.ibm.com, Michael Roth , Luiz Capitulino , Blue Swirl , =?ISO-8859-15?Q?Andreas_F=E4rber?= 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. Paolo