qemu-devel
[Top][All Lists]
Advanced

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

[PULL 00/18] UI/clipboard fixes


From: marcandre . lureau
Subject: [PULL 00/18] UI/clipboard fixes
Date: Tue, 31 Aug 2021 17:31:14 +0400

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

The following changes since commit ad22d0583300df420819e6c89b1c022b998fac8a:

  Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210827' 
into staging (2021-08-27 11:34:12 +0100)

are available in the Git repository at:

  git@gitlab.com:marcandre.lureau/qemu.git tags/clip-pull-request

for you to fetch changes up to 90208bc9657b7e0f8a6bc6af82b69c65c97b2d64:

  ui/vdagent: add a migration blocker (2021-08-31 17:25:14 +0400)

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

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

Marc-André Lureau (18):
  ui/vdagent: fix leak on error path
  ui/vdagent: remove copy-pasta comment
  ui/gtk-clipboard: use existing macros
  ui/gtk-clipboard: fix clipboard enum typo
  ui/clipboard: add helper to retrieve current clipboard
  ui/clipboard: add qemu_clipboard_peer_owns() helper
  ui/clipboard: add qemu_clipboard_peer_release() helper
  ui/clipboard: release owned grabs on unregister
  ui/vdagent: disconnect handlers and reset state on finalize
  ui/vdagent: reset outbuf on disconnect
  ui/vdagent: split clipboard recv message handling
  ui/vdagent: use qemu_clipboard_peer_release helper
  ui/vdagent: use qemu_clipboard_info helper
  ui/vdagent: send empty clipboard when unhandled
  ui/gtk-clipboard: use qemu_clipboard_info helper
  ui/vdagent: send release when no clipboard owner
  ui/gtk-clipboard: emit release clipboard events
  ui/vdagent: add a migration blocker

 include/ui/clipboard.h |  33 ++++++
 include/ui/gtk.h       |   1 -
 ui/clipboard.c         |  41 +++++++
 ui/gtk-clipboard.c     |  24 ++---
 ui/vdagent.c           | 240 ++++++++++++++++++++++++++---------------
 ui/trace-events        |   1 +
 6 files changed, 241 insertions(+), 99 deletions(-)

-- 
2.33.0.rc2





reply via email to

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