From: "Daniel P. Berrange" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
Stefan Hajnoczi <stefanha@redhat.com>,
"Daniel P. Berrange" <berrange@redhat.com>
Subject: [Qemu-devel] [PATCH v2 1/2] docs: document deprecated features in appendix
Date: Tue, 6 Jun 2017 12:05:55 +0100 [thread overview]
Message-ID: <20170606110556.12922-2-berrange@redhat.com> (raw)
In-Reply-To: <20170606110556.12922-1-berrange@redhat.com>
The deprecation of features in QEMU is totally adhoc currently,
with no way for the user to get a list of what is deprecated
in each release. This adds an appendix to the doc that records
when each deprecation[1] was made and provides text explaining
what to use instead.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
[1] This is a lie. I've only listed one deprecated feature. Once
we agree on the general concept, we can fill out the doc
with the rest of the currently deprecated features.
---
qemu-doc.texi | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 965ba59..29f89d8 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -37,6 +37,7 @@
* QEMU Guest Agent::
* QEMU User space emulator::
* Implementation notes::
+* Deprecations::
* License::
* Index::
@end menu
@@ -3016,6 +3017,19 @@ Run the emulation in single step mode.
@include qemu-tech.texi
+@node Deprecations
+@appendix Deprecations
+
+The following is a list of features which have been marked as deprecated,
+pending removal in a future release:
+
+@section -drive boot=on|off (since v1.3.0)
+Since release 1.3.0, the ``boot=on|off'' parameter to ``-drive''
+is no longer honoured. It is currently ignored, but a future verson
+will reject this parameter with an error. Applications should use
+the ``bootindex=N'' parameter to set an absolute ordering between
+devices instead.
+
@node License
@appendix License
--
2.9.3
next prev parent reply other threads:[~2017-06-06 11:06 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-06 11:05 [Qemu-devel] [PATCH v2 0/2] Document deprecated features & support lifecycle Daniel P. Berrange
2017-06-06 11:05 ` Daniel P. Berrange [this message]
2017-06-23 11:44 ` [Qemu-devel] [PATCH v2 1/2] docs: document deprecated features in appendix Markus Armbruster
2017-06-23 11:49 ` Daniel P. Berrange
2017-06-06 11:05 ` [Qemu-devel] [PATCH v2 2/2] docs: document support lifetime for features Daniel P. Berrange
2017-06-23 11:48 ` Markus Armbruster
2017-06-23 11:54 ` Daniel P. Berrange
2017-06-23 12:19 ` Peter Maydell
2017-06-06 14:04 ` [Qemu-devel] [PATCH v2 0/2] Document deprecated features & support lifecycle Stefan Hajnoczi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170606110556.12922-2-berrange@redhat.com \
--to=berrange@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.