diff options
Diffstat (limited to 'docs/system/removed-features.rst')
| -rw-r--r-- | docs/system/removed-features.rst | 7 |
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 ------------------------------------ |