Commit c08d46a9 authored by Thomas Huth's avatar Thomas Huth Committed by Kevin Wolf
Browse files

block: Mention -drive cyls/heads/secs/trans/serial/addr in deprecation chapter



Looks like we forgot to announce the deprecation of these options in
the corresponding chapter of the qemu-doc text, so let's do that now.

Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
Reviewed-by: default avatarJohn Snow <jsnow@redhat.com>
Reviewed-by: default avatarMarkus Armbruster <armbru@redhat.com>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent d1cdd92e
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -2680,6 +2680,21 @@ longer be directly supported in QEMU.
The ``-drive if=scsi'' argument is replaced by the the
``-device BUS-TYPE'' argument combined with ``-drive if=none''.

@subsection -drive cyls=...,heads=...,secs=...,trans=... (since 2.10.0)

The drive geometry arguments are replaced by the the geometry arguments
that can be specified with the ``-device'' parameter.

@subsection -drive serial=... (since 2.10.0)

The drive serial argument is replaced by the the serial argument
that can be specified with the ``-device'' parameter.

@subsection -drive addr=... (since 2.10.0)

The drive addr argument is replaced by the the addr argument
that can be specified with the ``-device'' parameter.

@subsection -net dump (since 2.10.0)

The ``--net dump'' argument is now replaced with the