]> git.ipfire.org Git - thirdparty/qemu.git/commit
ui/vdagent: factor out clipboard peer registration
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 11 Mar 2025 14:03:47 +0000 (18:03 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Sat, 24 May 2025 14:33:18 +0000 (16:33 +0200)
commitf626116f9897b95f68e5514a08098d590349c22e
tree657f72181bbec2416df83b8618983ff6dd09baeb
parent688ff4cbdf4993c60ee250afc48e15c0880f28de
ui/vdagent: factor out clipboard peer registration

This allows common code reuse during migration.

Note that resetting the serial is now done regardless if the clipboard
peer was registered or not. This should still be correct.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ui/vdagent.c