[libvirt] [PULL 00/12] Ui 20180827 v4 patches

Gerd Hoffmann posted 12 patches 5 years, 7 months ago
Failed in applying to current master (apply log)
include/qemu/drm.h   |  6 ++++
include/ui/console.h |  1 +
qemu-keymap.c        |  2 +-
ui/console.c         |  6 ++--
ui/egl-helpers.c     | 51 ++--------------------------
ui/sdl2-gl.c         |  5 +++
ui/sdl2.c            | 13 +++-----
ui/spice-display.c   | 42 +++++++++++++++--------
ui/vnc-enc-tight.c   |  2 +-
ui/vnc-jobs.c        |  3 +-
ui/vnc.c             | 94 ++--------------------------------------------------
util/drm.c           | 66 ++++++++++++++++++++++++++++++++++++
MAINTAINERS          |  1 +
qemu-deprecated.texi | 20 -----------
qemu-doc.texi        | 20 ++++++++---
qemu-options.hx      | 43 ------------------------
util/Makefile.objs   |  1 +
17 files changed, 139 insertions(+), 237 deletions(-)
create mode 100644 include/qemu/drm.h
create mode 100644 util/drm.c
[libvirt] [PULL 00/12] Ui 20180827 v4 patches
Posted by Gerd Hoffmann 5 years, 7 months ago
The following changes since commit 5ccac548faf041ff5229a8e8342e3be14a34c8af:

  Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2018-08-23 17:35:48 +0100)

are available in the git repository at:

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

for you to fetch changes up to b1d380372f31672da9318431e84e79bccd8ef3bf:

  util: promote qemu_egl_rendernode_open() to libqemuutil (2018-08-27 10:51:44 +0200)

----------------------------------------------------------------
ui: misc fixes which piled up during 3.0 release freeze

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

Daniel P. Berrangé (2):
  doc: switch to modern syntax for VNC TLS setup
  vnc: remove support for deprecated tls, x509, x509verify options

Marc-André Lureau (3):
  ui: use enum to string helpers
  dmabuf: add y0_top, pass it to spice
  util: promote qemu_egl_rendernode_open() to libqemuutil

Paolo Bonzini (2):
  spice-display: access ptr_x/ptr_y under Mutex
  spice-display: fix qemu_spice_cursor_refresh_bh locking

Peter Wu (1):
  vnc: fix memleak of the "vnc-worker-output" name

Philippe Mathieu-Daudé (1):
  ui/vnc: Remove useless parenthesis around DIV_ROUND_UP macro

Tao Wu (1):
  sdl2: redraw correctly when scanout_mode enabled.

Thomas Huth (2):
  ui/sdl2: Remove the obsolete SDL_INIT_NOPARACHUTE flag
  ui/sdl2: Fix broken -full-screen CLI option

 include/qemu/drm.h   |  6 ++++
 include/ui/console.h |  1 +
 qemu-keymap.c        |  2 +-
 ui/console.c         |  6 ++--
 ui/egl-helpers.c     | 51 ++--------------------------
 ui/sdl2-gl.c         |  5 +++
 ui/sdl2.c            | 13 +++-----
 ui/spice-display.c   | 42 +++++++++++++++--------
 ui/vnc-enc-tight.c   |  2 +-
 ui/vnc-jobs.c        |  3 +-
 ui/vnc.c             | 94 ++--------------------------------------------------
 util/drm.c           | 66 ++++++++++++++++++++++++++++++++++++
 MAINTAINERS          |  1 +
 qemu-deprecated.texi | 20 -----------
 qemu-doc.texi        | 20 ++++++++---
 qemu-options.hx      | 43 ------------------------
 util/Makefile.objs   |  1 +
 17 files changed, 139 insertions(+), 237 deletions(-)
 create mode 100644 include/qemu/drm.h
 create mode 100644 util/drm.c

-- 
2.9.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [Qemu-devel] [PULL 00/12] Ui 20180827 v4 patches
Posted by Peter Maydell 5 years, 7 months ago
On 27 August 2018 at 09:53, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 5ccac548faf041ff5229a8e8342e3be14a34c8af:
>
>   Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2018-08-23 17:35:48 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20180827-v4-pull-request
>
> for you to fetch changes up to b1d380372f31672da9318431e84e79bccd8ef3bf:
>
>   util: promote qemu_egl_rendernode_open() to libqemuutil (2018-08-27 10:51:44 +0200)
>
> ----------------------------------------------------------------
> ui: misc fixes which piled up during 3.0 release freeze
>
> ----------------------------------------------------------------
Applied, thanks.

-- PMM

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list