[Spice-devel] [spice-protocol PATCH] Add capability enum to indicate ability to handle non multi-hat configurations

Christophe Fergeau cfergeau at redhat.com
Tue Aug 4 01:41:07 PDT 2015


Hey,

On Wed, Jul 29, 2015 at 05:19:12PM -0400, Sandy Stutsman wrote:
> Updated clients will set this capability allowing windows guest to issue
> MONITORS_CONFIG messages to the client.
> 
> Addresses: rhbz#1248189 and rhbz#1248196
> ---
>  spice/vd_agent.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/spice/vd_agent.h b/spice/vd_agent.h
> index edc31ca..445b458 100644
> --- a/spice/vd_agent.h
> +++ b/spice/vd_agent.h
> @@ -227,7 +227,7 @@ enum {
>      VD_AGENT_CAP_GUEST_LINEEND_CRLF,
>      VD_AGENT_CAP_MAX_CLIPBOARD,
>      VD_AGENT_CAP_AUDIO_VOLUME_SYNC,
> -    VD_AGENT_CAP_SET_MONITOR_POSITION,
> +    VD_AGENT_CAP_MONITORS_CONFIG_POSITION,

Looks like it's based on a local commit as upstream does not have
VD_AGENT_CAP_SET_MONITOR_POSITION, but this patch removes it. Easy
enough to see what you meant, ACK. Too bad all the other display-related
VD_AGENT_CAP_* are already advertised by the Windows agent, it would
have been nice to be able to reuse these.

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20150804/104bf354/attachment.sig>


More information about the Spice-devel mailing list