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

2015-03-17 Thread Max Reitz
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 [

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

2015-03-03 Thread Max Reitz
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

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

2015-03-03 Thread Peter Lieven
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