Re: [Qemu-devel] [PATCH v2 0/6] Configure metadata overlap checks at runtime

2013-10-10 Thread Kevin Wolf
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:

[Qemu-devel] [PATCH v2 0/6] Configure metadata overlap checks at runtime

2013-10-10 Thread Max Reitz
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