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 /docs/system/removed-features.rst | |
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 'docs/system/removed-features.rst')
-rw-r--r-- | docs/system/removed-features.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst index 58d4e3874c..8b20d78a4d 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) '''''''''''''''''''''''''''''''''''' |