From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VcB6D-0004Ro-Mv for qemu-devel@nongnu.org; Fri, 01 Nov 2013 05:33:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VcB67-0000dO-KF for qemu-devel@nongnu.org; Fri, 01 Nov 2013 05:33:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37236) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VcB67-0000cR-5t for qemu-devel@nongnu.org; Fri, 01 Nov 2013 05:32:55 -0400 Date: Fri, 1 Nov 2013 17:32:48 +0800 From: Fam Zheng Message-ID: <20131101093248.GA10398@T430s.nay.redhat.com> References: <1383234524-372-1-git-send-email-kwolf@redhat.com> <1383234524-372-31-git-send-email-kwolf@redhat.com> <527281BE.2020108@redhat.com> <20131031162010.GE2523@dhcp-200-207.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131031162010.GE2523@dhcp-200-207.str.redhat.com> Subject: Re: [Qemu-devel] [PULL 30/30] vmdk: Implment bdrv_get_specific_info Reply-To: famz@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, anthony@codemonkey.ws On Thu, 10/31 17:20, Kevin Wolf wrote: > Am 31.10.2013 um 17:13 hat Eric Blake geschrieben: > > On 10/31/2013 09:48 AM, Kevin Wolf wrote: > > > From: Fam Zheng > > > > > > Implement .bdrv_get_specific_info to return the extent information. > > > > > > Signed-off-by: Fam Zheng > > > Signed-off-by: Kevin Wolf > > > --- > > > > > +++ b/qapi-schema.json > > > @@ -225,6 +225,27 @@ > > > } } > > > > > > ## > > > +# @ImageInfoSpecificVmdk: > > > +# > > > +# @create_type: The create type of VMDK image > > > > If it's not too late, can we fix this typo without having to do it in a > > followup patch? s/_/-/ > > Okay, I'll fix that quickly, but I'm not going send a v3 on the list. > Let's just hope that nobody's looking. :-) Thanks, but looks like Anthony already merged it. I'll send a follow up patch to fix it. Fam