Am 11.10.2013 um 14:02 hat Max Reitz geschrieben: > With the ability to adjust the metadata overlap checks performed through > the command line, we can now add a test for checks not performed by the > default "cached" mode, i.e. those regarding inactive L2 tables. > > In order to be able to use qemu-io for this test, however, it must first > be extended to allow specifying runtime options for the block driver > through the "open" command. > > Max Reitz (2): > qemu-io: Let "open" pass options to block driver > qemu-iotests: Add test for inactive L2 overlap > > qemu-io.c | 39 ++++++++++++++++++++++++++++++-------- > tests/qemu-iotests/060 | 47 > +++++++++++++++++++++++++++++++++++++++------- > tests/qemu-iotests/060.out | 40 ++++++++++++++++++++++++++++++++++++++- > 3 files changed, 110 insertions(+), 16 deletions(-)
Thanks, applied to the block branch. Kevin