mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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>
This commit is contained in:
parent
8d71c63137
commit
8ec7d390b0
2 changed files with 115 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue