[PATCH v3 0/7] ui: rework -show-cursor option

Gerd Hoffmann kraxel at redhat.com
Fri Feb 7 10:17:46 UTC 2020


Add -display {sdl,gtk,cocoa},show-cursor=on as replacement for
-show-cursor.  sdl + cocoa are switched over (no change in behavior),
gtk support is added.

Gerd Hoffmann (7):
  ui: add show-cursor option
  ui: wire up legacy -show-cursor option
  ui/sdl: switch to new show-cursor option
  ui/cocoa: switch to new show-cursor option
  ui/gtk: implement show-cursor option
  ui: drop curor_hide global variable.
  ui: deprecate legacy -show-cursor option

 include/sysemu/sysemu.h |  1 -
 ui/gtk.c                |  8 ++++++--
 ui/sdl2.c               | 16 ++++++++--------
 vl.c                    | 16 ++++++++++++++--
 qapi/ui.json            |  3 +++
 qemu-deprecated.texi    |  5 +++++
 ui/cocoa.m              |  4 ++++
 7 files changed, 40 insertions(+), 13 deletions(-)

-- 
2.18.1




More information about the libvir-list mailing list