Re: [Spice-devel] unexpected protocol interaction when playing vedio.

2014-11-05 Thread jiangdahui
thanks for reminding from your configuration,as I find that without image compression='auto_glz'/, the client could receive STREAM_DATA,and I find the reason in code too,I think I should first be familar using it,sorry for disturbing. At 2014-11-04 00:53:39, Christophe Fergeau

[Spice-devel] [PATCH spice-gtk 1/2] Support for keyboard description message

2014-11-05 Thread Pavel Grunt
This commit introduces function for sending the message to the agent. RFE: https://bugs.freedesktop.org/show_bug.cgi?id=85332 --- depends on: http://lists.freedesktop.org/archives/spice-devel/2014-November/017821.html --- gtk/channel-main.c | 32

[Spice-devel] [PATCH spice-gtk 2/2] Send keyboard description

2014-11-05 Thread Pavel Grunt
The keyboard description of the client will be sent to the guest when the connection is established. RFE: https://bugs.freedesktop.org/show_bug.cgi?id=85332 --- gtk/spice-gtk-session-priv.h | 1 + gtk/spice-gtk-session.c | 72 2 files changed,

Re: [Spice-devel] [PATCH spice-gtk 1/2] Support for keyboard description message

2014-11-05 Thread Marc-André Lureau
Hi - Original Message - This commit introduces function for sending the message to the agent. RFE: https://bugs.freedesktop.org/show_bug.cgi?id=85332 --- depends on: http://lists.freedesktop.org/archives/spice-devel/2014-November/017821.html --- gtk/channel-main.c | 32

Re: [Spice-devel] [PATCH spice-gtk 2/2] Send keyboard description

2014-11-05 Thread Marc-André Lureau
- Original Message - The keyboard description of the client will be sent to the guest when the connection is established. RFE: https://bugs.freedesktop.org/show_bug.cgi?id=85332 --- gtk/spice-gtk-session-priv.h | 1 + gtk/spice-gtk-session.c | 72

Re: [Spice-devel] [PATCH spice-gtk 1/2] Support for keyboard description message

2014-11-05 Thread Pavel Grunt
Hi, thanks for the review. Is it a nul terminated string? ascii only? In which case, no need for size parameter. Yes, it is. I will send v2. Pavel ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org

[Spice-devel] Patch to support LZ4 compression algorithm

2014-11-05 Thread Javier Celaya
Hello My name is Javier Celaya and I work for Flexible Solutions [1]. We develop a virtualization product that includes a VDI module with Spice. As part of this module, we have included support for the LZ4 compression algorithm [2], and we would like to contribute it to the main project. The

[Spice-devel] [PATCH spice-gtk v2 1/2] Support for keyboard description message

2014-11-05 Thread Pavel Grunt
This commit introduces function for sending the message to the agent. RFE: https://bugs.freedesktop.org/show_bug.cgi?id=85332 --- depends on: http://lists.freedesktop.org/archives/spice-devel/2014-November/017821.html v2: - spice_main_keyboard_description changed to

[Spice-devel] [PATCH spice-gtk v2 2/2] Send keyboard description

2014-11-05 Thread Pavel Grunt
The keyboard description of the client will be sent to the guest when the connection is established. RFE: https://bugs.freedesktop.org/show_bug.cgi?id=85332 --- v2: - reduced indentation level - removed checking all the channels --- gtk/spice-gtk-session-priv.h | 1 + gtk/spice-gtk-session.c

Re: [Spice-devel] [PATCH spice-gtk v2 1/2] Support for keyboard description message

2014-11-05 Thread Marc-André Lureau
- Original Message - This commit introduces function for sending the message to the agent. RFE: https://bugs.freedesktop.org/show_bug.cgi?id=85332 --- depends on: http://lists.freedesktop.org/archives/spice-devel/2014-November/017821.html v2: - spice_main_keyboard_description

[Spice-devel] Windows guest on windows 10 tech preview

2014-11-05 Thread Hans Nieuwenhuis
Hi, I am testing windows 10 tech preview in a Gnome Virtual Box on a CentOs 7 machine. I would like to install spice-guest-tools-0.74.exe http://www.spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-0.74.exe , but when doing so, I get an error that this is a unknown windows

Re: [Spice-devel] [PATCH spice-gtk v2 2/2] Send keyboard description

2014-11-05 Thread Marc-André Lureau
- Original Message - The keyboard description of the client will be sent to the guest when the connection is established. RFE: https://bugs.freedesktop.org/show_bug.cgi?id=85332 --- v2: - reduced indentation level - removed checking all the channels ---

Re: [Spice-devel] Patch to support LZ4 compression algorithm

2014-11-05 Thread Marc-André Lureau
Hi - Original Message - Hello My name is Javier Celaya and I work for Flexible Solutions [1]. We develop a virtualization product that includes a VDI module with Spice. As part of this module, we have included support for the LZ4 compression algorithm [2], and we would like to

Re: [Spice-devel] Patch to support LZ4 compression algorithm

2014-11-05 Thread Javier Celaya
Hello El Miércoles, 5 de noviembre de 2014 08:58:25 Marc-André Lureau escribió: Hi - Original Message - Hello My name is Javier Celaya and I work for Flexible Solutions [1]. We develop a virtualization product that includes a VDI module with Spice. As part of this module,

[Spice-devel] [PATCH spice-gtk v3 1/2] Support for keyboard description message

2014-11-05 Thread Pavel Grunt
This commit introduces function for sending the message to the agent. RFE: https://bugs.freedesktop.org/show_bug.cgi?id=85332 --- depends on: http://lists.freedesktop.org/archives/spice-devel/2014-November/017821.html v3: - added 'Since: 0.27' - added check for 'data' parameter - updated

Re: [Spice-devel] [PATCH spice-protocol v2] vdagent: add keyboard description message

2014-11-05 Thread Marc-André Lureau
Hi - Original Message - The message will be used for transferring the keyboard layout from the client to the guest. When the agent receives this message, it tries to set the specified keyboard layout. Your commit message is all we have as a reference for the protocol: you need to

[Spice-devel] [PATCH spice-protocol v3] vdagent: add keyboard description message

2014-11-05 Thread Pavel Grunt
The goal of this message is to make the guest use the same keyboard layout as the client. In other words to remove the necessity to manually configure the keyboard layout on the guest. We can achieve this functionality by informing the agent about the keyboard layout used by the client. The agent