[Qemu-devel] [PATCH for-2.12 0/2] qcow2: add overlap check for bitmap directory

Vladimir Sementsov-Ogievskiy posted 2 patches 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171130164750.47320-1-vsementsov@virtuozzo.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
There is a newer version of this series
block/qcow2.h          | 45 ++++++++++++++++++++++++---------------------
block/qcow2-refcount.c | 12 ++++++++++++
block/qcow2.c          | 22 ++++++++++++++--------
3 files changed, 50 insertions(+), 29 deletions(-)
[Qemu-devel] [PATCH for-2.12 0/2] qcow2: add overlap check for bitmap directory
Posted by Vladimir Sementsov-Ogievskiy 6 years, 4 months ago
Add simple constant overlap check.

Vladimir Sementsov-Ogievskiy (2):
  qcow2: add overlap check for bitmap directory
  qcow2: fix indentation after previous patch

 block/qcow2.h          | 45 ++++++++++++++++++++++++---------------------
 block/qcow2-refcount.c | 12 ++++++++++++
 block/qcow2.c          | 22 ++++++++++++++--------
 3 files changed, 50 insertions(+), 29 deletions(-)

-- 
2.11.1


Re: [Qemu-devel] [Qemu-block] [PATCH for-2.12 0/2] qcow2: add overlap check for bitmap directory
Posted by John Snow 6 years, 1 month ago

On 11/30/2017 11:47 AM, Vladimir Sementsov-Ogievskiy wrote:
> Add simple constant overlap check.
> 
> Vladimir Sementsov-Ogievskiy (2):
>   qcow2: add overlap check for bitmap directory
>   qcow2: fix indentation after previous patch
> 
>  block/qcow2.h          | 45 ++++++++++++++++++++++++---------------------
>  block/qcow2-refcount.c | 12 ++++++++++++
>  block/qcow2.c          | 22 ++++++++++++++--------
>  3 files changed, 50 insertions(+), 29 deletions(-)
> 

Vladimir, do we need this for 2.12 still?
How about "fix bitmaps migration through shared storage"?

Re: [Qemu-devel] [Qemu-block] [PATCH for-2.12 0/2] qcow2: add overlap check for bitmap directory
Posted by Vladimir Sementsov-Ogievskiy 6 years, 1 month ago
17.03.2018 01:21, John Snow wrote:
>
> On 11/30/2017 11:47 AM, Vladimir Sementsov-Ogievskiy wrote:
>> Add simple constant overlap check.
>>
>> Vladimir Sementsov-Ogievskiy (2):
>>    qcow2: add overlap check for bitmap directory
>>    qcow2: fix indentation after previous patch
>>
>>   block/qcow2.h          | 45 ++++++++++++++++++++++++---------------------
>>   block/qcow2-refcount.c | 12 ++++++++++++
>>   block/qcow2.c          | 22 ++++++++++++++--------
>>   3 files changed, 50 insertions(+), 29 deletions(-)
>>
> Vladimir, do we need this for 2.12 still?
> How about "fix bitmaps migration through shared storage"?

Ohh, my fault. Will look at them today.

-- 
Best regards,
Vladimir