qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/6] Ui 20180427 patches


From: Gerd Hoffmann
Subject: [Qemu-devel] [PULL 0/6] Ui 20180427 patches
Date: Fri, 27 Apr 2018 11:54:28 +0200

The following changes since commit b8846a4d6352b2a1d2012f8b3b9115640524aeda:

  vl.c: new function serial_max_hds() (2018-04-26 13:58:29 +0100)

are available in the git repository at:

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

for you to fetch changes up to 8983e3e35033ecb9234725c2bba65f020824969b:

  ui: introduce vfio_display_reset (2018-04-27 11:36:34 +0200)

----------------------------------------------------------------
vnc: fix use-after-free.
sdl2: gles support.
vfio-display: add reset support.

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

Elie Tournier (3):
  qapi: Parameter gl of DisplayType now accept an enum
  sdl: Move DisplayOptions global to sdl2_console
  sdl: Allow OpenGL ES context creation

Gerd Hoffmann (1):
  vnc: fix use-after-free

Tina Zhang (2):
  console: introduce dpy_gfx_update_full
  ui: introduce vfio_display_reset

 hw/vfio/pci.h        |  1 +
 include/ui/console.h |  1 +
 include/ui/sdl2.h    |  1 +
 hw/vfio/display.c    | 11 +++++++++++
 hw/vfio/pci.c        |  4 ++++
 ui/console.c         | 10 ++++++++++
 ui/sdl2-gl.c         | 19 +++++++++++++++++--
 ui/sdl2.c            | 10 +++++-----
 ui/vnc.c             |  5 +++--
 vl.c                 | 14 +++++++++-----
 qapi/ui.json         | 20 +++++++++++++++++++-
 qemu-options.hx      |  2 +-
 12 files changed, 82 insertions(+), 16 deletions(-)

-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]