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

Gerd Hoffmann posted 7 patches 4 years, 2 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
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(-)
[PATCH v3 0/7] ui: rework -show-cursor option
Posted by Gerd Hoffmann 4 years, 2 months ago
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

Re: [PATCH v3 0/7] ui: rework -show-cursor option
Posted by Ján Tomko 4 years, 2 months ago
On Fri, Feb 07, 2020 at 11:17:46AM +0100, Gerd Hoffmann wrote:
>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(-)
>

Series:
Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano