[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 3/3] block: Mention -drive cyls/heads/secs/trans/ser
From: |
Thomas Huth |
Subject: |
[Qemu-devel] [PATCH 3/3] block: Mention -drive cyls/heads/secs/trans/serial/addr in deprecation chapter |
Date: |
Mon, 18 Dec 2017 18:14:33 +0100 |
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: Thomas Huth <address@hidden>
---
qemu-doc.texi | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/qemu-doc.texi b/qemu-doc.texi
index af495ad..f6afe01 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -2469,6 +2469,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''.
address@hidden -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.
+
address@hidden -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.
+
address@hidden -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
--
1.8.3.1
- [Qemu-devel] [PATCH 0/3] block: Deprecated options, Thomas Huth, 2017/12/18
- [Qemu-devel] [PATCH 1/3] block: Remove the obsolete -drive boot=on|off parameter, Thomas Huth, 2017/12/18
- [Qemu-devel] [PATCH 2/3] block: Remove the deprecated -hdachs option, Thomas Huth, 2017/12/18
- [Qemu-devel] [PATCH 3/3] block: Mention -drive cyls/heads/secs/trans/serial/addr in deprecation chapter,
Thomas Huth <=
- Re: [Qemu-devel] [PATCH 0/3] block: Deprecated options, Markus Armbruster, 2017/12/19
- Re: [Qemu-devel] [Qemu-block] [PATCH 0/3] block: Deprecated options, John Snow, 2017/12/20
- Re: [Qemu-devel] [PATCH 0/3] block: Deprecated options, Kevin Wolf, 2017/12/22