From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>
Cc: libvir-list@redhat.com,
"Philippe Mathieu-Daudé" <philmd@redhat.com>,
kraxel@redhat.com, mst@redhat.com
Subject: [PATCH 4/4] Remove the deprecated -show-cursor option
Date: Thu, 10 Dec 2020 16:58:08 +0100 [thread overview]
Message-ID: <20201210155808.233895-5-thuth@redhat.com> (raw)
In-Reply-To: <20201210155808.233895-1-thuth@redhat.com>
It has been marked as deprecated since QEMU v5.0, replaced by the
corresponding parameter of the -display option.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
docs/system/deprecated.rst | 6 ------
docs/system/removed-features.rst | 6 ++++++
qemu-options.hx | 7 -------
softmmu/vl.c | 8 --------
4 files changed, 6 insertions(+), 21 deletions(-)
diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst
index 307b83ea60..2ea7ec812d 100644
--- a/docs/system/deprecated.rst
+++ b/docs/system/deprecated.rst
@@ -94,12 +94,6 @@ QEMU 5.1 has three options:
to the user to load all the images they need.
3. ``-bios <file>`` - Tells QEMU to load the specified file as the firmwrae.
-``-show-cursor`` option (since 5.0)
-'''''''''''''''''''''''''''''''''''
-
-Use ``-display sdl,show-cursor=on`` or
- ``-display gtk,show-cursor=on`` instead.
-
``Configuring floppies with ``-global``
'''''''''''''''''''''''''''''''''''''''
diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst
index 63046d5c24..89c45f23f8 100644
--- a/docs/system/removed-features.rst
+++ b/docs/system/removed-features.rst
@@ -26,6 +26,12 @@ The ``-no-kvm`` argument was a synonym for setting ``-machine accel=tcg``.
The ``-realtime mlock=on|off`` argument has been replaced by the
``-overcommit mem-lock=on|off`` argument.
+``-show-cursor`` option (since 5.0)
+'''''''''''''''''''''''''''''''''''
+
+Use ``-display sdl,show-cursor=on``, ``-display gtk,show-cursor=on``
+or ``-display default,show-cursor=on`` instead.
+
``-tb-size`` option (removed in 6.0)
'''''''''''''''''''''''''''''''
diff --git a/qemu-options.hx b/qemu-options.hx
index 79a4c35b49..daa6bc2eda 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -4061,13 +4061,6 @@ SRST
ERST
-DEF("show-cursor", 0, QEMU_OPTION_show_cursor, \
- "-show-cursor show cursor\n", QEMU_ARCH_ALL)
-SRST
-``-show-cursor``
- Show cursor.
-ERST
-
DEF("incoming", HAS_ARG, QEMU_OPTION_incoming, \
"-incoming tcp:[host]:port[,to=maxport][,ipv4][,ipv6]\n" \
"-incoming rdma:host:port[,ipv4][,ipv6]\n" \
diff --git a/softmmu/vl.c b/softmmu/vl.c
index 9f4c228c0e..1d6d144442 100644
--- a/softmmu/vl.c
+++ b/softmmu/vl.c
@@ -3557,14 +3557,6 @@ void qemu_init(int argc, char **argv, char **envp)
case QEMU_OPTION_no_shutdown:
no_shutdown = 1;
break;
- case QEMU_OPTION_show_cursor:
- warn_report("The -show-cursor option is deprecated. Please "
- "add show-cursor=on to your -display options.");
- warn_report("When using the default display you can use "
- "-display default,show-cursor=on");
- dpy.has_show_cursor = true;
- dpy.show_cursor = true;
- break;
case QEMU_OPTION_uuid:
if (qemu_uuid_parse(optarg, &qemu_uuid) < 0) {
error_report("failed to parse UUID string: wrong format");
--
2.27.0
next prev parent reply other threads:[~2020-12-10 16:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-10 15:58 [PATCH 0/4] Remove deprecated CLI parameters Thomas Huth
2020-12-10 15:58 ` [PATCH 1/4] accel/tcg: Remove deprecated '-tb-size' option Thomas Huth
2020-12-10 16:09 ` Thomas Huth
2020-12-10 15:58 ` [PATCH 2/4] docs/system: Move the list of removed features to a separate file Thomas Huth
2020-12-10 15:58 ` [PATCH 3/4] Remove the deprecated -realtime option Thomas Huth
2020-12-10 15:58 ` Thomas Huth [this message]
2020-12-10 16:56 ` [PATCH 0/4] Remove deprecated CLI parameters Paolo Bonzini
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=20201210155808.233895-5-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=kraxel@redhat.com \
--cc=libvir-list@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).