diff options
author | Kevin Wolf <kwolf@redhat.com> | 2013-04-24 15:29:29 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-04-26 13:26:28 +0200 |
commit | 8ec7d390b0d50b5e5b4b1d8dba7ba40d64a70875 (patch) | |
tree | d4459e86850d828915b163e8b7e79e1b9e477c8b /tests/qemu-iotests | |
parent | 8d71c63137600a41b5b959217c0492278536b3dc (diff) | |
download | qemu-8ec7d390b0d50b5e5b4b1d8dba7ba40d64a70875.tar.gz qemu-8ec7d390b0d50b5e5b4b1d8dba7ba40d64a70875.tar.bz2 qemu-8ec7d390b0d50b5e5b4b1d8dba7ba40d64a70875.zip |
block: Disable driver-specific options for 1.5
We don't want to commit to the API yet before everything is worked out.
Disable it for the 1.5 release. This commit is meant to be reverted
after the 1.5 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/qemu-iotests')
-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 68eabdaab9..bf944d9123 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -57,6 +57,6 @@ 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 |