qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] ui: Remove deprecated sdl parameters and switch to QAPI parser
@ 2022-05-19 15:56 Thomas Huth
  2022-05-19 15:56 ` [PATCH v3 1/3] ui: Remove deprecated parameters of the "-display sdl" option Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Thomas Huth @ 2022-05-19 15:56 UTC (permalink / raw)
  To: qemu-devel, Gerd Hoffmann; +Cc: Markus Armbruster, Eric Blake, Paolo Bonzini

The "-display sdl" option still uses a hand-crafted parser for its
parameters since some of them used underscores which is disliked in QAPI.
Now that they've been deprecated and the deprecation period is over, we
can remove the problematic parameters and switch to use the QAPI parser
instead.

While we're at it, also remove the deprecated "-sdl" and "-curses" options.

v3:
 - Fixed some texts according to Markus' and Eric's suggestions
 - Renamed the GrabMod enum to HotKeyMod (to not confuse it so easily
   with GrabToggleKeys)
   
v2:
 - Rebase to current master branch to resolve conflicts in docs/about/*.rst
 - Use an enum for the grab-mod parameter instead of a unconstrained string

Thomas Huth (3):
  ui: Remove deprecated parameters of the "-display sdl" option
  ui: Switch "-display sdl" to use the QAPI parser
  ui: Remove deprecated options "-sdl" and "-curses"

 docs/about/deprecated.rst       |  26 -------
 docs/about/removed-features.rst |  27 +++++++
 qapi/ui.json                    |  26 ++++++-
 include/sysemu/sysemu.h         |   2 -
 softmmu/globals.c               |   2 -
 softmmu/vl.c                    | 128 +-------------------------------
 ui/sdl2.c                       |  10 +++
 qemu-options.hx                 |  56 +-------------
 8 files changed, 67 insertions(+), 210 deletions(-)

-- 
2.27.0



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-05-24  9:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-19 15:56 [PATCH v3 0/3] ui: Remove deprecated sdl parameters and switch to QAPI parser Thomas Huth
2022-05-19 15:56 ` [PATCH v3 1/3] ui: Remove deprecated parameters of the "-display sdl" option Thomas Huth
2022-05-19 15:56 ` [PATCH v3 2/3] ui: Switch "-display sdl" to use the QAPI parser Thomas Huth
2022-05-23 13:45   ` Markus Armbruster
2022-05-23 19:23     ` Thomas Huth
2022-05-24  8:21       ` Daniel P. Berrangé
2022-05-24  9:31         ` Markus Armbruster
2022-05-19 15:56 ` [PATCH v3 3/3] ui: Remove deprecated options "-sdl" and "-curses" Thomas Huth

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).