Hi, Series looks good, except for patch 3, you need to add the equivalent of this spice-gtk change --- a/gtk/channel-display.c +++ b/gtk/channel-display.c @@ -681,6 +681,7 @@ static void spice_display_channel_reset_capabilities(SpiceChannel *channel) { spice_channel_set_capability(SPICE_CHANNEL(channel), SPICE_DISPLAY_CAP_SIZED_STREAM); spice_channel_set_capability(SPICE_CHANNEL(channel), SPICE_DISPLAY_CAP_MONITORS_CONFIG); + spice_channel_set_capability(SPICE_CHANNEL(channel), SPICE_DISPLAY_CAP_COMPOSITE); } static void spice_display_channel_init(SpiceDisplayChannel *channel) To "[PATCH 3/3] Add support for Composite command to the client" Ack series under the condition you make that one small change. Regards, Hans _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel