Re: [Qemu-devel] [PATCH 5/6] qcow2: Add more overlap check bitmask macros

2013-10-09 Thread Max Reitz
On 2013-10-09 15:07, Kevin Wolf wrote: Am 20.09.2013 um 10:37 hat Max Reitz geschrieben: Introduces the macros QCOW2_OL_CONSTANT and QCOW2_OL_ALL in addition to the already existing QCOW2_OL_CACHED, signifying all metadata overlap checks that can be performed in constant time (regardless of imag

Re: [Qemu-devel] [PATCH 5/6] qcow2: Add more overlap check bitmask macros

2013-10-09 Thread Kevin Wolf
Am 20.09.2013 um 10:37 hat Max Reitz geschrieben: > Introduces the macros QCOW2_OL_CONSTANT and QCOW2_OL_ALL in addition to > the already existing QCOW2_OL_CACHED, signifying all metadata overlap > checks that can be performed in constant time (regardless of image size > etc.) and truly all availab

[Qemu-devel] [PATCH 5/6] qcow2: Add more overlap check bitmask macros

2013-09-20 Thread Max Reitz
Introduces the macros QCOW2_OL_CONSTANT and QCOW2_OL_ALL in addition to the already existing QCOW2_OL_CACHED, signifying all metadata overlap checks that can be performed in constant time (regardless of image size etc.) and truly all available overlap checks, respectively. Signed-off-by: Max Reitz