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