[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/2] qcow2/iotests: Add test for inactive L2 overlap
From: |
Max Reitz |
Subject: |
[Qemu-devel] [PATCH 0/2] qcow2/iotests: Add test for inactive L2 overlap |
Date: |
Fri, 11 Oct 2013 14:02:09 +0200 |
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(-)
--
1.8.3.1
- [Qemu-devel] [PATCH 0/2] qcow2/iotests: Add test for inactive L2 overlap,
Max Reitz <=