From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYFcH-0000da-30 for qemu-devel@nongnu.org; Fri, 12 Aug 2016 12:47:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYFcG-0002o4-41 for qemu-devel@nongnu.org; Fri, 12 Aug 2016 12:47:29 -0400 Received: from mail-ua0-x232.google.com ([2607:f8b0:400c:c08::232]:36510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYFcF-0002o0-US for qemu-devel@nongnu.org; Fri, 12 Aug 2016 12:47:28 -0400 Received: by mail-ua0-x232.google.com with SMTP id 97so50480514uav.3 for ; Fri, 12 Aug 2016 09:47:27 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20160812155254.5626-1-marcandre.lureau@redhat.com> References: <20160812155254.5626-1-marcandre.lureau@redhat.com> From: Peter Maydell Date: Fri, 12 Aug 2016 17:47:06 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] build-sys: update configure --enable/disable list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?TWFyYy1BbmRyw6kgTHVyZWF1?= Cc: QEMU Developers On 12 August 2016 at 16:52, Marc-Andr=C3=A9 Lureau wrote: > Add some missing flags description. > > Signed-off-by: Marc-Andr=C3=A9 Lureau > --- > configure | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/configure b/configure > index 8d84919..352cbdd 100755 > --- a/configure > +++ b/configure > @@ -1324,9 +1324,11 @@ disabled with --disable-FEATURE, default is enable= d if available: > guest-agent build the QEMU Guest Agent > guest-agent-msi build guest agent Windows MSI installation package > pie Position Independent Executables > + tools build tools (qemu-img, qemu-nbd, ivshmem-server...) I think this would be slightly clearer as "build the tools". > + virglrenderer virgl 3d rendering "3D". thanks -- PMM