qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/11] Ui patches
@ 2024-05-14 13:17 marcandre.lureau
  2024-05-14 13:17 ` [PULL 01/11] Allow UNIX socket option for VNC websocket marcandre.lureau
                   ` (12 more replies)
  0 siblings, 13 replies; 19+ messages in thread
From: marcandre.lureau @ 2024-05-14 13:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: richard.henderson, =?unknown-8bit?q?Marc-Andr=C3=A9?= Lureau

From: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit 9360070196789cc8b9404b2efaf319384e64b107:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-05-12 13:41:26 +0200)

are available in the Git repository at:

  https://gitlab.com/marcandre.lureau/qemu.git tags/ui-pull-request

for you to fetch changes up to 2e701e6785cd8cc048c608751c6e4f6253c67ab6:

  ui/sdl2: Allow host to power down screen (2024-05-14 17:14:13 +0400)

----------------------------------------------------------------
UI: small fixes and improvements

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

Bernhard Beschow (1):
  ui/sdl2: Allow host to power down screen

Dongwon Kim (7):
  ui/gtk: Draw guest frame at refresh cycle
  ui/gtk: Check if fence_fd is equal to or greater than 0
  ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and
    helpers
  ui/console: Use qemu_dmabuf_get_..() helpers instead
  ui/console: Use qemu_dmabuf_set_..() helpers instead
  ui/console: Use qemu_dmabuf_new() and free() helpers instead
  ui/console: move QemuDmaBuf struct def to dmabuf.c

Sergii Zasenko (1):
  Allow UNIX socket option for VNC websocket

hikalium (2):
  ui/gtk: Add gd_motion_event trace event
  ui/gtk: Fix mouse/motion event scaling issue with GTK display backend

 include/hw/vfio/vfio-common.h   |   2 +-
 include/hw/virtio/virtio-gpu.h  |   4 +-
 include/ui/console.h            |  20 +--
 include/ui/dmabuf.h             |  49 +++++++
 hw/display/vhost-user-gpu.c     |  32 +++--
 hw/display/virtio-gpu-udmabuf.c |  27 ++--
 hw/vfio/display.c               |  32 ++---
 ui/console.c                    |   4 +-
 ui/dbus-console.c               |   9 +-
 ui/dbus-listener.c              |  71 +++++-----
 ui/dmabuf.c                     | 229 ++++++++++++++++++++++++++++++++
 ui/egl-headless.c               |  23 +++-
 ui/egl-helpers.c                |  59 ++++----
 ui/gtk-egl.c                    |  53 +++++---
 ui/gtk-gl-area.c                |  42 ++++--
 ui/gtk.c                        |  32 +++--
 ui/sdl2.c                       |   1 +
 ui/spice-display.c              |  50 ++++---
 ui/vnc.c                        |   5 -
 qemu-options.hx                 |   4 +
 ui/meson.build                  |   1 +
 ui/trace-events                 |   1 +
 22 files changed, 547 insertions(+), 203 deletions(-)
 create mode 100644 include/ui/dmabuf.h
 create mode 100644 ui/dmabuf.c

-- 
2.41.0.28.gd7d8841f67



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2024-05-15 19:02 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-14 13:17 [PULL 00/11] Ui patches marcandre.lureau
2024-05-14 13:17 ` [PULL 01/11] Allow UNIX socket option for VNC websocket marcandre.lureau
2024-05-14 13:17 ` [PULL 02/11] ui/gtk: Draw guest frame at refresh cycle marcandre.lureau
2024-05-14 13:17 ` [PULL 03/11] ui/gtk: Check if fence_fd is equal to or greater than 0 marcandre.lureau
2024-05-14 13:17 ` [PULL 04/11] ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers marcandre.lureau
2024-05-14 13:17 ` [PULL 05/11] ui/console: Use qemu_dmabuf_get_..() helpers instead marcandre.lureau
2024-05-15 12:38   ` Richard Henderson
2024-05-15 12:42     ` Cédric Le Goater
2024-05-15 12:52       ` Richard Henderson
2024-05-14 13:17 ` [PULL 06/11] ui/console: Use qemu_dmabuf_set_..() " marcandre.lureau
2024-05-14 13:17 ` [PULL 07/11] ui/console: Use qemu_dmabuf_new() and free() " marcandre.lureau
2024-05-14 13:17 ` [PULL 08/11] ui/console: move QemuDmaBuf struct def to dmabuf.c marcandre.lureau
2024-05-14 13:17 ` [PULL 09/11] ui/gtk: Add gd_motion_event trace event marcandre.lureau
2024-05-14 13:17 ` [PULL 10/11] ui/gtk: Fix mouse/motion event scaling issue with GTK display backend marcandre.lureau
2024-05-14 13:17 ` [PULL 11/11] ui/sdl2: Allow host to power down screen marcandre.lureau
2024-05-15  9:27 ` [PULL 00/11] Ui patches Richard Henderson
2024-05-15 10:27 ` Michael Tokarev
2024-05-15 10:43   ` Marc-André Lureau
2024-05-15 19:00     ` Kim, Dongwon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).