From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7Nla-0003pe-8e for qemu-devel@nongnu.org; Thu, 08 Aug 2013 06:48:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7NlV-0004Vt-6b for qemu-devel@nongnu.org; Thu, 08 Aug 2013 06:48:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7NlU-0004Vk-V4 for qemu-devel@nongnu.org; Thu, 08 Aug 2013 06:48:21 -0400 Date: Thu, 8 Aug 2013 12:48:10 +0200 From: Kevin Wolf Message-ID: <20130808104809.GE7748@dhcp-200-207.str.redhat.com> References: <1375865993-6715-1-git-send-email-namei.unix@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [sheepdog] [PATCH] sheepdog: implement .bdrv_get_allocated_file_size List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: MORITA Kazutaka Cc: Liu Yuan , sheepdog@lists.wpkg.org, qemu-devel@nongnu.org, Stefan Hajnoczi Am 08.08.2013 um 01:14 hat MORITA Kazutaka geschrieben: > At Wed, 7 Aug 2013 16:59:53 +0800, > Liu Yuan wrote: > > > > With this patch, qemu-img info sheepdog:image will show disk size for sheepdog > > images. > > > > Cc: Kevin Wolf > > Cc: Stefan Hajnoczi > > Cc: MORITA Kazutaka > > Signed-off-by: Liu Yuan > > --- > > block/sheepdog.c | 19 +++++++++++++++++++ > > 1 file changed, 19 insertions(+) > > Looks good to me. > > Reviewed-by: MORITA Kazutaka Thanks, applied to block-next (for 1.7) Kevin