[PULL 00/10] Ui 20200212 patches

Gerd Hoffmann posted 10 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                | 27 +++++++++++-------
ui/sdl2.c               | 16 +++++------
vl.c                    | 16 +++++++++--
qapi/ui.json            |  3 ++
qemu-deprecated.texi    |  5 ++++
ui/cocoa.m              | 63 +++--------------------------------------
7 files changed, 51 insertions(+), 80 deletions(-)
[PULL 00/10] Ui 20200212 patches
Posted by Gerd Hoffmann 4 years, 2 months ago
The following changes since commit e18e5501d8ac692d32657a3e1ef545b14e72b730:

  Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-20200210' into staging (2020-02-10 18:09:14 +0000)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/ui-20200212-pull-request

for you to fetch changes up to 483644c25b932360018d15818d8bcd8c85ba70b8:

  ui/cocoa: Drop workarounds for pre-10.12 OSX (2020-02-12 13:27:08 +0100)

----------------------------------------------------------------
gtk: refresh rate fix.
cocoa: drop pre-10.12 support.
ui: rework show-cursor option.

----------------------------------------------------------------

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

Peter Maydell (1):
  ui/cocoa: Drop workarounds for pre-10.12 OSX

Philippe Mathieu-Daudé (2):
  ui/gtk: Update gd_refresh_rate_millihz() to handle VirtualConsole
  ui/gtk: Fix gd_refresh_rate_millihz() when widget window is not
    realized

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

-- 
2.18.2

Re: [PULL 00/10] Ui 20200212 patches
Posted by Peter Maydell 4 years, 2 months ago
On Wed, 12 Feb 2020 at 16:18, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit e18e5501d8ac692d32657a3e1ef545b14e72b730:
>
>   Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-20200210' into staging (2020-02-10 18:09:14 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20200212-pull-request
>
> for you to fetch changes up to 483644c25b932360018d15818d8bcd8c85ba70b8:
>
>   ui/cocoa: Drop workarounds for pre-10.12 OSX (2020-02-12 13:27:08 +0100)
>
> ----------------------------------------------------------------
> gtk: refresh rate fix.
> cocoa: drop pre-10.12 support.
> ui: rework show-cursor option.
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM