From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYFdm-0001cg-5m for qemu-devel@nongnu.org; Fri, 12 Aug 2016 12:49:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYFdi-0003Ke-0p for qemu-devel@nongnu.org; Fri, 12 Aug 2016 12:49:02 -0400 Received: from mx4-phx2.redhat.com ([209.132.183.25]:50813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYFdh-0003KV-Ny for qemu-devel@nongnu.org; Fri, 12 Aug 2016 12:48:57 -0400 Date: Fri, 12 Aug 2016 12:48:53 -0400 (EDT) From: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau Message-ID: <1524789060.2328174.1471020533551.JavaMail.zimbra@redhat.com> In-Reply-To: References: <20160812155254.5626-1-marcandre.lureau@redhat.com> MIME-Version: 1.0 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: Peter Maydell Cc: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau , QEMU Developers Hi ----- Original Message ----- > 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 enab= led > > 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...) >=20 > I think this would be slightly clearer as "build the tools". Ok, along with "build the guest agent" above change then? >=20 > > + virglrenderer virgl 3d rendering >=20 > "3D". >=20 ok