[PULL 00/18] UI/clipboard fixes

marcandre.lureau@redhat.com posted 18 patches 2 years, 7 months ago
Failed in applying to current master (apply log)
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(-)
[PULL 00/18] UI/clipboard fixes
Posted by marcandre.lureau@redhat.com 2 years, 7 months ago
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



Re: [PULL 00/18] UI/clipboard fixes
Posted by Peter Maydell 2 years, 7 months ago
On Tue, 31 Aug 2021 at 14:31, <marcandre.lureau@redhat.com> wrote:
>
> 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)
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.2
for any user-visible changes.

-- PMM