summary refs log tree commit diff stats
path: root/docs/system/removed-features.rst
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2021-03-09 17:12:13 +0100
committerMarkus Armbruster <armbru@redhat.com>2021-03-19 15:18:43 +0100
commitfe9f70a1c37d2b00c41836788cf97116a99d338b (patch)
tree5b37c2e0fce8b31c71a78a1e2d509a60f46c5f66 /docs/system/removed-features.rst
parentf2a9a6c2a86570ccbf8c5c30cbb8bf723168c459 (diff)
downloadfocaccia-qemu-fe9f70a1c37d2b00c41836788cf97116a99d338b.tar.gz
focaccia-qemu-fe9f70a1c37d2b00c41836788cf97116a99d338b.zip
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/system/removed-features.rst')
-rw-r--r--docs/system/removed-features.rst7
1 files changed, 7 insertions, 0 deletions
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
 ------------------------------------