]> git.ipfire.org Git - thirdparty/qemu.git/commit
ui/clipboard: delay clipboard update when not running
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 11 Mar 2025 14:51:08 +0000 (18:51 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Sat, 24 May 2025 14:33:18 +0000 (16:33 +0200)
commitc967ff606b99f5f4ecc16817b9d9604a9c943dd2
treee197fd9b94dbcad2ae397de740bedab9549ef2ac
parentd0de94cbc053c4475fbf705cafa1ab488eae3a19
ui/clipboard: delay clipboard update when not running

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 <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ui/clipboard.c