diff options
author | Thomas Huth <thuth@redhat.com> | 2020-12-10 16:58:08 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-12-15 12:52:03 -0500 |
commit | 90d6a086bb220bcd8b2ba3c881ac53862caa4987 (patch) | |
tree | aa9af40fe9863b9ad3c2c84fade7af39a0e7b955 /qemu-options.hx | |
parent | c8c9dc42b7ca84b6892b51e3daeb693a9efec7a4 (diff) |
Remove the deprecated -show-cursor option
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>
Message-Id: <20201210155808.233895-5-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index c85f73e300..459c916d3d 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -4092,13 +4092,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" \ |