From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:48854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grrLY-0001dh-Ny for qemu-devel@nongnu.org; Thu, 07 Feb 2019 16:36:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grrLX-0007ks-RR for qemu-devel@nongnu.org; Thu, 07 Feb 2019 16:36:36 -0500 Received: from mail-wm1-f65.google.com ([209.85.128.65]:51695) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1grrLX-0007ef-E5 for qemu-devel@nongnu.org; Thu, 07 Feb 2019 16:36:35 -0500 Received: by mail-wm1-f65.google.com with SMTP id b11so1434918wmj.1 for ; Thu, 07 Feb 2019 13:36:27 -0800 (PST) References: <20190207193605.25676-1-crosa@redhat.com> <20190207193605.25676-3-crosa@redhat.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: Date: Thu, 7 Feb 2019 22:36:24 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 2/4] configure: fix qemu-img name List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier , Cleber Rosa , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Michael Tokarev , Eduardo Habkost On 2/7/19 9:11 PM, Laurent Vivier wrote: > On 07/02/2019 20:36, Cleber Rosa wrote: >> Signed-off-by: Cleber Rosa >> --- >> configure | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/configure b/configure >> index ff55e2273e..c8fc1647fe 100755 >> --- a/configure >> +++ b/configure >> @@ -1768,7 +1768,7 @@ disabled with --disable-FEATURE, default is enabled if available: >> virglrenderer virgl rendering support >> xfsctl xfsctl support >> qom-cast-debug cast debugging support >> - tools build qemu-io, qemu-nbd and qemu-image tools >> + tools build qemu-io, qemu-nbd and qemu-img tools >> vxhs Veritas HyperScale vDisk backend support >> bochs bochs image format support >> cloop cloop image format support >> > > Fixes: c12d66aac1aa ("configure: add the missing help output for > optional features") > > Perhaps the list can be updated with qemu-edid, ivshmem-client and elf2dmp? Good idea! Eventually the trivial@ maintainer is willing to fulfil your request if he takes this patch :D > Reviewed-by: Laurent Vivier As it or with Laurent's suggestion: Reviewed-by: Philippe Mathieu-Daudé