diff options
author | Kevin Wolf <kwolf@redhat.com> | 2013-07-30 14:58:27 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-08-02 18:21:11 +0200 |
commit | 8afaefb8919dc8746a57c450a758717c516c7b0a (patch) | |
tree | 8de7814f6fcf4cef2466c0f666502743185c5692 /tests | |
parent | 2ddc463725d0fa24e0910fba77fef2777fa94a74 (diff) | |
download | qemu-8afaefb8919dc8746a57c450a758717c516c7b0a.zip qemu-8afaefb8919dc8746a57c450a758717c516c7b0a.tar.gz qemu-8afaefb8919dc8746a57c450a758717c516c7b0a.tar.bz2 |
block: Disable driver-specific options for 1.6
We don't want to commit to the API yet before everything is worked out.
Like already for 1.5, disable it again for the 1.6 release. This commit
is meant to be reverted after the 1.6 release.
The disabling of the driver-specific options is achieved by applying the
old checks while parsing the command line.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qemu-iotests/group | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index b1d03c7..69e208c 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -57,7 +57,7 @@ 048 img auto quick 049 rw auto 050 rw auto backing quick -051 rw auto +#051 rw auto 052 rw auto backing 053 rw auto 054 rw auto |