[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] ui: fixes for dbus clipboard hanling
From: |
marcandre . lureau |
Subject: |
[PATCH 0/4] ui: fixes for dbus clipboard hanling |
Date: |
Wed, 17 Jul 2024 21:15:36 +0400 |
From: Marc-André Lureau <marcandre.lureau@redhat.com>
Hi,
-display dbus clipboard is broken after a client reconnection. The two main
issues are capabilities not renegotiated (and thus guest agent not fully
functional), and qemu clipboard serial not correctly reset.
Marc-André Lureau (4):
ui: add more tracing for dbus
ui/vdagent: improve vdagent_fe_open() trace
ui/vdagent: notify clipboard peers of serial reset
ui/vdagent: send caps on fe_open
audio/dbusaudio.c | 2 +-
ui/clipboard.c | 2 ++
ui/dbus-clipboard.c | 4 ++++
ui/vdagent.c | 11 ++++++++---
audio/trace-events | 2 +-
ui/trace-events | 5 ++++-
6 files changed, 20 insertions(+), 6 deletions(-)
--
2.45.2.827.g557ae147e6
- [PATCH 0/4] ui: fixes for dbus clipboard hanling,
marcandre . lureau <=
- [PATCH 1/4] ui: add more tracing for dbus, marcandre . lureau, 2024/07/17
- [PATCH 2/4] ui/vdagent: improve vdagent_fe_open() trace, marcandre . lureau, 2024/07/17
- [PATCH 3/4] ui/vdagent: notify clipboard peers of serial reset, marcandre . lureau, 2024/07/17
- [PATCH 4/4] ui/vdagent: send caps on fe_open, marcandre . lureau, 2024/07/17
- Re: [PATCH 0/4] ui: fixes for dbus clipboard hanling, Philippe Mathieu-Daudé, 2024/07/18
- Re: [PATCH 0/4] ui: fixes for dbus clipboard hanling, Akihiko Odaki, 2024/07/23