Re: [PATCH v3 2/7] ui/vdagent: core infrastructure

2021-03-26 Thread Eric Blake
On 3/26/21 4:24 AM, Gerd Hoffmann wrote: > The vdagent protocol allows the guest agent (spice-vdagent) and the > spice client exchange messages to implement features which require > guest cooperation, for example clipboard support. > > This is a qemu implementation of the spice client side. This

Re: [PATCH v3 2/7] ui/vdagent: core infrastructure

2021-03-26 Thread Markus Armbruster
Gerd Hoffmann writes: > The vdagent protocol allows the guest agent (spice-vdagent) and the > spice client exchange messages to implement features which require > guest cooperation, for example clipboard support. > > This is a qemu implementation of the spice client side. This allows > the spice

[PATCH v3 2/7] ui/vdagent: core infrastructure

2021-03-26 Thread Gerd Hoffmann
The vdagent protocol allows the guest agent (spice-vdagent) and the spice client exchange messages to implement features which require guest cooperation, for example clipboard support. This is a qemu implementation of the spice client side. This allows the spice guest agent talk to qemu directly