[PATCH 00/11] ui: dbus & misc fixes

marcandre.lureau@redhat.com posted 11 patches 1 year, 1 month ago
There is a newer version of this series
audio/audio_int.h       |  2 +-
include/ui/console.h    |  5 +++--
ui/vnc.h                |  1 -
audio/dbusaudio.c       |  6 ++++--
hw/display/qxl-render.c |  4 ++--
hw/display/qxl.c        |  2 +-
hw/display/vmware_vga.c |  4 ++--
ui/console.c            | 18 ++++++++++++++++++
ui/cursor.c             |  5 +++--
ui/dbus-clipboard.c     | 18 +++++++-----------
ui/dbus-console.c       | 13 ++++++++++---
ui/dbus-listener.c      |  7 ++++---
ui/dbus.c               |  2 +-
ui/sdl2.c               |  2 +-
ui/spice-display.c      |  8 ++++----
ui/vnc.c                |  8 ++------
ui/meson.build          |  6 ++++--
17 files changed, 67 insertions(+), 44 deletions(-)
[PATCH 00/11] ui: dbus & misc fixes
Posted by marcandre.lureau@redhat.com 1 year, 1 month ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Hi,

Here is a collection of fixes for UI related-stuff. Mostly it's improving/fixing
-display dbus.

Thanks for the reviews!

Marc-André Lureau (11):
  ui/dbus: unregister clipboard on connection close
  audio/dbus: there are no sender for p2p mode
  ui/dbus: set mouse is-absolute during console creation
  ui/dbus: update the display when switching surface
  meson: ensure dbus-display generated code is built before other units
  ui: rename cursor_{put->unref}
  ui: rename cursor_{get->ref}, return it
  ui: keep current cursor with QemuConsole
  ui: set cursor upon listener registration
  ui: set cursor position upon listener registration
  ui/sdl: get the GL context from the window

 audio/audio_int.h       |  2 +-
 include/ui/console.h    |  5 +++--
 ui/vnc.h                |  1 -
 audio/dbusaudio.c       |  6 ++++--
 hw/display/qxl-render.c |  4 ++--
 hw/display/qxl.c        |  2 +-
 hw/display/vmware_vga.c |  4 ++--
 ui/console.c            | 18 ++++++++++++++++++
 ui/cursor.c             |  5 +++--
 ui/dbus-clipboard.c     | 18 +++++++-----------
 ui/dbus-console.c       | 13 ++++++++++---
 ui/dbus-listener.c      |  7 ++++---
 ui/dbus.c               |  2 +-
 ui/sdl2.c               |  2 +-
 ui/spice-display.c      |  8 ++++----
 ui/vnc.c                |  8 ++------
 ui/meson.build          |  6 ++++--
 17 files changed, 67 insertions(+), 44 deletions(-)

-- 
2.39.1