From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKmXE-0001Se-7m for qemu-devel@nongnu.org; Fri, 22 Aug 2014 06:57:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKmX6-0005iL-88 for qemu-devel@nongnu.org; Fri, 22 Aug 2014 06:57:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKmX6-0005i4-0u for qemu-devel@nongnu.org; Fri, 22 Aug 2014 06:57:24 -0400 Date: Fri, 22 Aug 2014 12:57:15 +0200 From: Kevin Wolf Message-ID: <20140822105715.GH32377@noname.redhat.com> References: <34d219718d2f69d8a6ae66484bea58620bdddc07.1405058453.git.hutao@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <34d219718d2f69d8a6ae66484bea58620bdddc07.1405058453.git.hutao@cn.fujitsu.com> Subject: Re: [Qemu-devel] [PATCH v12 4/6] qapi: introduce PreallocMode and a new PreallocMode full. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hu Tao Cc: Yasunori Goto , qemu-devel@nongnu.org, Stefan Hajnoczi , Max Reitz Am 11.07.2014 um 08:10 hat Hu Tao geschrieben: > This patch prepares for the subsequent patches. > > Reviewed-by: Fam Zheng > Reviewed-by: Eric Blake > Reviewed-by: Max Reitz > Signed-off-by: Hu Tao Strictly speaking, qcow2 should error out if it is given full or falloc after this patch. Two patches later it will actually interpret those values correctly, so it's not that big of a problem, but it would definitely be nicer. Kevin