qemu-devel
[Top][All Lists]
Advanced

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

[PULL 00/24] Vga ui 20210205 patches


From: Gerd Hoffmann
Subject: [PULL 00/24] Vga ui 20210205 patches
Date: Fri, 5 Feb 2021 07:55:56 +0100

The following changes since commit db754f8ccaf2f073c9aed46a4389e9c0c2080399:

  Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210202' in=
to staging (2021-02-03 19:35:57 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 73240f104dd0169b0637e46fae3c2c39cdfb2eb9:

  tests: add some virtio-gpu & vhost-user-gpu acceptance test (2021-02-04 15:=
58:54 +0100)

----------------------------------------------------------------
ui+virtio-gpu: opengl cleanups and fixes.
qxl+spice: bugfixes

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

Alex Chen (1):
  hw/display/qxl: Fix bad printf format specifiers

Marc-Andr=C3=A9 Lureau (23):
  qxl: set qxl.ssd.dcl.con on secondary devices
  qxl: also notify the rendering is done when skipping it
  spice: delay starting until display are initialized
  vhost-user-gpu: check backend for EDID support
  vhost-user-gpu: handle vhost-user-gpu features in a callback
  vhost-user-gpu: use an extandable state enum for commands
  vhost-user-gpu: handle display-info in a callback
  ui: remove extra #ifdef CONFIG_OPENGL
  ui: remove gl_ctx_get_current
  ui: add gd_gl_area_scanout_disable
  ui: annotate DCLOps callback requirements
  ui: remove console_has_gl_dmabuf()
  vhost-user-gpu: add a configuration flag for dmabuf usage
  ui: add an optional get_flags callback to GraphicHwOps
  ui: add a DCLOps callback to check dmabuf support
  ui: check hw requirements during DCL registration
  ui: add qemu_egl_has_dmabuf helper
  ui: check gtk-egl dmabuf support
  ui: add egl dmabuf import to gtkglarea
  virtio-gpu: avoid re-entering cmdq processing
  display/ui: add a callback to indicate GL state is flushed
  chardev: check if the chardev is registered for yanking
  tests: add some virtio-gpu & vhost-user-gpu acceptance test

 tests/acceptance/virtio-gpu.py          | 161 ++++++++++++++++++++++++
 contrib/vhost-user-gpu/vugpu.h          |  10 +-
 include/hw/virtio/virtio-gpu.h          |   6 +-
 include/ui/console.h                    |  35 +++++-
 include/ui/egl-context.h                |   1 -
 include/ui/egl-helpers.h                |   1 +
 include/ui/gtk.h                        |   4 +
 include/ui/qemu-spice.h                 |   1 +
 include/ui/sdl2.h                       |   1 -
 chardev/char-socket.c                   |  53 +++++---
 contrib/vhost-user-gpu/vhost-user-gpu.c |  80 ++++++++----
 contrib/vhost-user-gpu/virgl.c          |   2 +-
 hw/display/qxl-logger.c                 |   4 +-
 hw/display/qxl-render.c                 |   1 +
 hw/display/qxl.c                        |   3 +-
 hw/display/vhost-user-gpu.c             |  17 +--
 hw/display/virtio-gpu-base.c            |  31 ++++-
 hw/display/virtio-gpu.c                 |   9 +-
 hw/display/virtio-vga.c                 |  20 +++
 hw/vfio/display.c                       |   6 +
 ui/console.c                            |  64 +++++++---
 ui/egl-context.c                        |   5 -
 ui/egl-headless.c                       |   1 -
 ui/egl-helpers.c                        |  10 ++
 ui/gtk-egl.c                            |   3 +
 ui/gtk-gl-area.c                        |  28 +++++
 ui/gtk.c                                |  43 +++++--
 ui/sdl2-gl.c                            |  10 +-
 ui/sdl2.c                               |   1 -
 ui/spice-core.c                         |   9 +-
 ui/spice-display.c                      |   4 +-
 31 files changed, 518 insertions(+), 106 deletions(-)
 create mode 100644 tests/acceptance/virtio-gpu.py

--=20
2.29.2





reply via email to

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