qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 0/5] block/vpc optimizations


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH v2 0/5] block/vpc optimizations
Date: Tue, 03 Mar 2015 16:03:56 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]