From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2nB2-0006F2-Iy for qemu-devel@nongnu.org; Thu, 03 Jul 2014 16:00:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2nAx-0005Wt-V1 for qemu-devel@nongnu.org; Thu, 03 Jul 2014 16:00:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52520) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2nAx-0005We-Nw for qemu-devel@nongnu.org; Thu, 03 Jul 2014 16:00:11 -0400 Message-ID: <53B5B642.4010903@redhat.com> Date: Thu, 03 Jul 2014 22:00:02 +0200 From: Max Reitz MIME-Version: 1.0 References: <5a3b0b6eae57eb72c98d5fc62098c19ba1ecd58b.1404287261.git.hutao@cn.fujitsu.com> In-Reply-To: <5a3b0b6eae57eb72c98d5fc62098c19ba1ecd58b.1404287261.git.hutao@cn.fujitsu.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RFC v11 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 , Kevin Wolf Cc: Yasunori Goto , qemu-devel@nongnu.org, Stefan Hajnoczi On 02.07.2014 10:17, Hu Tao wrote: > This patch prepares for the subsequent patches. > > Reviewed-by: Fam Zheng > Reviewed-by: Eric Blake > Signed-off-by: Hu Tao > --- > block/qcow2.c | 16 ++++++++-------- > qapi/block-core.json | 17 +++++++++++++++++ > 2 files changed, 25 insertions(+), 8 deletions(-) Reviewed-by: Max Reitz