From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXydN-0007O1-6D for qemu-devel@nongnu.org; Tue, 17 Mar 2015 17:02:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXydJ-0005Mn-UI for qemu-devel@nongnu.org; Tue, 17 Mar 2015 17:02:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60017) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXydJ-0005Mg-PJ for qemu-devel@nongnu.org; Tue, 17 Mar 2015 17:02:37 -0400 Message-ID: <5508966A.70008@redhat.com> Date: Tue, 17 Mar 2015 17:02:34 -0400 From: Max Reitz MIME-Version: 1.0 References: <1425379316-19639-1-git-send-email-pl@kamp.de> <54F621BC.3070804@redhat.com> In-Reply-To: <54F621BC.3070804@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/5] block/vpc optimizations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven , qemu-devel@nongnu.org Cc: kwolf@redhat.com, carnold@suse.com, jcody@redhat.com, famz@redhat.com, stefanha@redhat.com On 2015-03-03 at 16:03, Max Reitz wrote: > On 2015-03-03 at 05:41, Peter Lieven wrote: >> This series covers VPC format changes discussed during the last weeks. >> >> Peter >> >> v1->v2: >> Patch 1: added comment why we can exit after the first allocated >> sector [Max] >> Patch 2: Fixed gemotry in commit msg [Max] >> Patch 3: Fixed comparision from > to >= [Max] >> Fixed exit in case of -EFBIG [Max] >> Removed DIV_ROUND_UP [Max] >> Patch 5: added >> >> Kevin Wolf (1): >> vpc: Ignore geometry for large images >> >> Peter Lieven (4): >> block/vpc: optimize vpc_co_get_block_status >> block/vpc: make calculate_geometry spec conform >> block/vpc: rename footer->size -> footer->current_size >> block/vpc: remove disabled code from get_sector_offset >> >> block/vpc.c | 106 >> +++++++++++++++++++++--------------------------------------- >> 1 file changed, 37 insertions(+), 69 deletions(-) > > Thanks, applied to my block-next tree: > > https://github.com/XanClic/qemu/commits/block-next For the sake of completeness: Moved to the block tree, now merged to master. Max