Re: [PATCH for-10.1 05/10] ui/clipboard: delay clipboard update when not running

2025-05-09 Thread Daniel P . Berrangé
On Tue, Mar 11, 2025 at 07:59:27PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > When VM is paused, we shouldn't notify of clipboard changes, similar to > how input are being treated. > > On unsuspend, notify of the current state. > > Signed-off-by: Marc-André Lureau

[PATCH for-10.1 05/10] ui/clipboard: delay clipboard update when not running

2025-03-11 Thread marcandre . lureau
From: Marc-André Lureau When VM is paused, we shouldn't notify of clipboard changes, similar to how input are being treated. On unsuspend, notify of the current state. Signed-off-by: Marc-André Lureau --- ui/clipboard.c | 40 ++-- 1 file changed, 38 inserti