[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 2/7] ui/vdagent: core infrastructure
From: |
Eric Blake |
Subject: |
Re: [PATCH v3 2/7] ui/vdagent: core infrastructure |
Date: |
Fri, 26 Mar 2021 10:18:55 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 |
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 allows
> the spice guest agent talk to qemu directly when not using the spice
> protocol.
>
> usage: qemu \
> -chardev vdagent,id=vdagent \
> -device virtserialport,chardev=vdagent,name=com.redhat.spice.0
>
> This patch adds just the protocol basics: initial handshake and
> capability negotiation.
>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
> +++ b/qapi/char.json
> @@ -390,6 +390,17 @@
> 'data': { '*size': 'int' },
> 'base': 'ChardevCommon' }
>
> +##
> +# @ChardevVDAgent:
> +#
> +# Configuration info for vdagent.
> +#
> +# Since: 6.0
> +##
This feels like a new feature. Are we still aiming to get it in 6.0, or
does this need an update to 6.1?
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3226
Virtualization: qemu.org | libvirt.org
- [PATCH v3 0/7] ui: add vdagent implementation and clipboard support., Gerd Hoffmann, 2021/03/26
- [PATCH v3 1/7] ui: add clipboard infrastructure, Gerd Hoffmann, 2021/03/26
- [PATCH v3 2/7] ui/vdagent: core infrastructure, Gerd Hoffmann, 2021/03/26
- [PATCH v3 5/7] ui/vnc: clipboard support, Gerd Hoffmann, 2021/03/26
- [PATCH v3 7/7] ui/gtk: add clipboard support, Gerd Hoffmann, 2021/03/26
- [PATCH v3 6/7] ui/gtk: move struct GtkDisplayState to ui/gtk.h, Gerd Hoffmann, 2021/03/26
- [PATCH v3 4/7] ui/vdagent: add clipboard support, Gerd Hoffmann, 2021/03/26
- [PATCH v3 3/7] ui/vdagent: add mouse support, Gerd Hoffmann, 2021/03/26
- Re: [PATCH v3 0/7] ui: add vdagent implementation and clipboard support., no-reply, 2021/03/26