diff options
author | Markus Armbruster <armbru@redhat.com> | 2024-02-03 09:02:28 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2024-02-14 07:45:08 +0100 |
commit | b04c12282b33e81ba29b54dd001667f5c4002252 (patch) | |
tree | 4d28a4600213c3e40a3d8f8b732e800721e19fbd /docs/about | |
parent | 563799f6c08ac17607348bc82fade15c0d13b7e4 (diff) | |
download | qemu-b04c12282b33e81ba29b54dd001667f5c4002252.zip qemu-b04c12282b33e81ba29b54dd001667f5c4002252.tar.gz qemu-b04c12282b33e81ba29b54dd001667f5c4002252.tar.bz2 |
qapi/char: Deprecate backend type "memory"
It's an alias for "ringbuf" we kept for backward compatibility; see
commit 3a1da42eb35 (qapi: Rename ChardevBackend member "memory" to
"ringbuf"). Deprecation is long overdue.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240203080228.2766159-5-armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'docs/about')
-rw-r--r-- | docs/about/deprecated.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst index c7b95e6..7d93436 100644 --- a/docs/about/deprecated.rst +++ b/docs/about/deprecated.rst @@ -380,6 +380,14 @@ Specifying the iSCSI password in plain text on the command line using the used instead, to refer to a ``--object secret...`` instance that provides a password via a file, or encrypted. +Character device options +'''''''''''''''''''''''' + +Backend ``memory`` (since 9.0) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +``memory`` is a deprecated synonym for ``ringbuf``. + CPU device properties ''''''''''''''''''''' |