Am 10.10.2013 um 11:09 hat Max Reitz geschrieben: > This series changes the way of selecting what metadata overlap checks to > perform from (currently) using a macro to using a variable contained in > BDRVQcowState which can be configured at runtime through several command > line options. > > v2: > - rebased on Kevin's block branch > - patch 1: affects line numbers, diff environments and one overlap > check that has been removed in the meantime > - patch 2: line number changes > - patch 5: replaced QCOW2_OL_SNAPSHOT_TABLE by QCOW2_OL_INACTIVE_L1 in > the definition of QCOW2_OL_CACHED (the former one is already a part > of QCOW2_OL_CONSTANT, the latter one was missing)
Thanks, applied to the block branch. Kevin