From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bWwvq-0008R6-O0 for qemu-devel@nongnu.org; Mon, 08 Aug 2016 22:38:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bWwvq-0001m9-0k for qemu-devel@nongnu.org; Mon, 08 Aug 2016 22:38:18 -0400 Date: Tue, 9 Aug 2016 10:31:09 +0800 From: Fam Zheng Message-ID: <20160809023109.GA16125@al.usersys.redhat.com> References: <1470636568-8291-1-git-send-email-famz@redhat.com> <1470636568-8291-9-git-send-email-famz@redhat.com> <20160808205251.GN24882@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160808205251.GN24882@localhost.localdomain> Subject: Re: [Qemu-devel] [PATCH v2 8/8] configure: Remove detection code for UUID List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody Cc: qemu-devel@nongnu.org, berrange@redhat.com, pbonzini@redhat.com, kwolf@redhat.com, mreitz@redhat.com, mdroth@linux.vnet.ibm.com, armbru@redhat.com, sw@weilnetz.de, qemu-block@nongnu.org On Mon, 08/08 16:52, Jeff Cody wrote: > > @@ -1096,6 +1091,9 @@ for opt do > > --enable-vhdx|--disable-vhdx) > > echo "$0: $opt is obsolete, VHDX driver is always built" > > ;; > > + --enable-uuid|--disable-uuid) > > + echo "$0: $opt is obsolete, UUID support is always built" > > + ;; > > As with the vhdx line, this too should probably go out to stderr similar to > the data plane option. Yes, will do.