qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 7/7] ui/gtk: add clipboard support


From: Gerd Hoffmann
Subject: Re: [PATCH v2 7/7] ui/gtk: add clipboard support
Date: Wed, 24 Mar 2021 13:57:43 +0100

  Hi,

> I fail to see how that works, imagine the other end is the same code (qemu
> in the guest), it will take clipboard ownership and it is in a endless
> loop, isn't it?

Notifications on guest-triggered clipboard updates will not be sent back
to the guest, exactly to avoid that kind of loop.  See self_update
checks in vdagent_clipboard_notify().  gtk and vnc notify callbacks have
simliar checks for simliar reasons ;)

take care,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]