diff options
author | Markus Armbruster <armbru@redhat.com> | 2021-03-09 17:12:13 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2021-03-19 15:18:43 +0100 |
commit | fe9f70a1c37d2b00c41836788cf97116a99d338b (patch) | |
tree | 5b37c2e0fce8b31c71a78a1e2d509a60f46c5f66 /docs | |
parent | f2a9a6c2a86570ccbf8c5c30cbb8bf723168c459 (diff) |
blockdev: Drop deprecated bogus -drive interface type
Drop the crap deprecated in commit a1b40bda08 "blockdev: Deprecate
-drive with bogus interface type" (v5.1.0).
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-id: 20210309161214.1402527-5-armbru@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/system/deprecated.rst | 7 | ||||
-rw-r--r-- | docs/system/removed-features.rst | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst index 79c6e9eb95..67c98dcaa0 100644 --- a/docs/system/deprecated.rst +++ b/docs/system/deprecated.rst @@ -71,13 +71,6 @@ QEMU 5.1 has three options: to the user to load all the images they need. 3. ``-bios <file>`` - Tells QEMU to load the specified file as the firmwrae. -``-drive`` with bogus interface type (since 5.1) -'''''''''''''''''''''''''''''''''''''''''''''''' - -Drives with interface types other than ``if=none`` are for onboard -devices. It is possible to use drives the board doesn't pick up with --device. This usage is now deprecated. Use ``if=none`` instead. - Short-form boolean options (since 6.0) '''''''''''''''''''''''''''''''''''''' diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst index 58c0dacb29..f28387f183 100644 --- a/docs/system/removed-features.rst +++ b/docs/system/removed-features.rst @@ -113,6 +113,13 @@ becomes -device isa-fdc,... -device floppy,unit=1,drive=... +``-drive`` with bogus interface type (removed in 6.0) +''''''''''''''''''''''''''''''''''''''''''''''''''''' + +Drives with interface types other than ``if=none`` are for onboard +devices. Drives the board doesn't pick up can no longer be used with +-device. Use ``if=none`` instead. + QEMU Machine Protocol (QMP) commands ------------------------------------ |