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

Gerd Hoffmann posted 6 patches 7 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180427095434.14013-1-kraxel@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
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(-)
[Qemu-devel] [PULL 0/6] Ui 20180427 patches
Posted by Gerd Hoffmann 7 years, 6 months ago
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


Re: [Qemu-devel] [PULL 0/6] Ui 20180427 patches
Posted by Peter Maydell 7 years, 6 months ago
On 27 April 2018 at 10:54, Gerd Hoffmann <kraxel@redhat.com> wrote:
> 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.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM