qemu-devel
[Top][All Lists]
Advanced

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

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


From: Peter Lieven
Subject: [Qemu-devel] [PATCH v2 0/5] block/vpc optimizations
Date: Tue, 3 Mar 2015 11:41:51 +0100

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(-)

-- 
1.9.1




reply via email to

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