[Spice-devel] Looking for ATI R200 sample source code in wddm

2013-04-08 Thread LazySid
Hi all, I am looking for "Sample WDDM driver for the ATI R200" sample source code, but I can't get the Vista WDK 6000 iso. Can you give me the sample source code or the WDK download link please? Thanks! ___ Spice-devel mailing list Spice-devel@lists.f

[Spice-devel] Looking for ATI R200 sample source code in wddm

2013-04-08 Thread LazySid
Hi all, I am looking for "Sample WDDM driver for the ATI R200" sample source code, but I can't get the Vista WDK 6000 iso. Can you give me the sample source code or the WDK download link please? Thanks! ___ Spice-devel mailing list Spice-devel@lists.f

Re: [Spice-devel] [PATCH] red_worker.c: fix not destroying streams before sending MSG_MIGRATE

2013-04-08 Thread Hans de Goede
ACK. On 04/08/2013 10:24 PM, Yonit Halperin wrote: When qemu migration completes, we need to stop the streams, and to send the corresponding upgrade_items to the client. Otherwise, (1) the client might display lossy regions that we don't track (streams are not part of the migration data). (2) st

Re: [Spice-devel] [PATCH spice-gtk] channel_base: exit handle_migrate when expecting MIGRATE_DATA and receiving something else

2013-04-08 Thread Hans de Goede
ACK. On 04/08/2013 10:34 PM, Yonit Halperin wrote: Previously, when an error occurred on the src server side, and we received other message than MIGRATE_DATA, this messages was forwarded to the dest server, and made it crash. --- gtk/channel-base.c | 6 -- 1 file changed, 4 insertions(+),

[Spice-devel] [PATCH spice-gtk] channel_base: exit handle_migrate when expecting MIGRATE_DATA and receiving something else

2013-04-08 Thread Yonit Halperin
Previously, when an error occurred on the src server side, and we received other message than MIGRATE_DATA, this messages was forwarded to the dest server, and made it crash. --- gtk/channel-base.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gtk/channel-base.c b/gtk/c

[Spice-devel] [PATCH] red_worker.c: fix not destroying streams before sending MSG_MIGRATE

2013-04-08 Thread Yonit Halperin
When qemu migration completes, we need to stop the streams, and to send the corresponding upgrade_items to the client. Otherwise, (1) the client might display lossy regions that we don't track (streams are not part of the migration data). (2) streams_timeout may occur after MSG_MIGRATE has been sen

Re: [Spice-devel] [PATCH spice-gtk 06/16] channel-main: Add a spice_main_channel_reset_agent helper function

2013-04-08 Thread Christophe Fergeau
On Fri, Mar 29, 2013 at 12:40:18PM +0100, Hans de Goede wrote: > Signed-off-by: Hans de Goede > --- > gtk/channel-main.c | 18 +++--- > 1 file changed, 15 insertions(+), 3 deletions(-) > > diff --git a/gtk/channel-main.c b/gtk/channel-main.c > index 4e766d3..672fbcf 100644 > --- a/gt

Re: [Spice-devel] [PATCH spice-gtk 09/16] channel-main: file_xfer_failed -> file_xfer_completed

2013-04-08 Thread Christophe Fergeau
Why not, ACK. Christophe On Fri, Mar 29, 2013 at 12:40:21PM +0100, Hans de Goede wrote: > Make file_xfer_failed usable for all file_stream closing. > > Signed-off-by: Hans de Goede > --- > gtk/channel-main.c | 15 --- > 1 file changed, 8 insertions(+), 7 deletions(-) > > diff --gi

Re: [Spice-devel] [PATCH spice-gtk 07/16] channel-main: Reset agent message receive state on agent stop

2013-04-08 Thread Christophe Fergeau
ACK Christophe On Fri, Mar 29, 2013 at 12:40:19PM +0100, Hans de Goede wrote: > Discard any partially received messages from the agent on agent stop. > > Signed-off-by: Hans de Goede > --- > gtk/channel-main.c | 7 ++- > 1 file changed, 2 insertions(+), 5 deletions(-) > > diff --git a/gtk

Re: [Spice-devel] [PATCH spice-gtk 05/16] channel-main: Drop bogus xfer_id check from file_xfer_send_start_msg_async

2013-04-08 Thread Christophe Fergeau
ACK On Fri, Mar 29, 2013 at 12:40:17PM +0100, Hans de Goede wrote: > xfer_id > UINT32_MAX is never true since xfer_id is an uint32_t, and > thus explicit wrapping is not necessary since it will wrap every > UINT32_MAX + 1 itereations anyways. > > Signed-off-by: Hans de Goede > --- > gtk/channel

Re: [Spice-devel] [PATCH spice-gtk 04/16] channel-main: Properly verify result in spice_main_file_copy_finish

2013-04-08 Thread Christophe Fergeau
ACK On Fri, Mar 29, 2013 at 12:40:16PM +0100, Hans de Goede wrote: > Call g_simple_async_result_is_valid on the passed in result to verify it is > what we expect. > > Signed-off-by: Hans de Goede > --- > gtk/channel-main.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff -

Re: [Spice-devel] [PATCH spice-gtk 03/16] channel-main: Call g_simple_async_result_is_valid first

2013-04-08 Thread Christophe Fergeau
ACK On Fri, Mar 29, 2013 at 12:40:15PM +0100, Hans de Goede wrote: > Call g_simple_async_result_is_valid before using the result. > > Signed-off-by: Hans de Goede > --- > gtk/channel-main.c | 8 +++- > 1 file changed, 3 insertions(+), 5 deletions(-) > > diff --git a/gtk/channel-main.c b/gtk

Re: [Spice-devel] [PATCH spice-gtk 01/16] spice-widget: Fix file drag-n-drop mime-type

2013-04-08 Thread Christophe Fergeau
ACK On Fri, Mar 29, 2013 at 12:40:13PM +0100, Hans de Goede wrote: > Currently the user can drag-drop text onto the widget, and it will try to > open it as a file, not good, this fixes this. > > Signed-off-by: Hans de Goede > --- > gtk/spice-widget.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [Spice-devel] spice xpi trust store

2013-04-08 Thread Ignazio Cassano
Many thanks. I have already solved this problem as you suggested. Regards > _ > > Il 8 aprile 2013 alle 14.46 Uri Lublin ha scritto: > > On 04/03/2013 07:51 PM, Ignazio Cassano wrote: > > > Hi all, I do not know if

Re: [Spice-devel] spice xpi trust store

2013-04-08 Thread Uri Lublin
On 04/03/2013 07:51 PM, Ignazio Cassano wrote: Hi all, I do not know if this is the correct emailing list to ask about my problem, any case I am very interested to know about spice-xpi . I created a java script for launching the spice-xpi plugin but I'd like to know what TrustStore parameter must

Re: [Spice-devel] snappy name conflict

2013-04-08 Thread Christophe Fergeau
On Thu, Apr 04, 2013 at 11:05:02AM -0400, Luis de Bethencourt wrote: > So this decision is a matter of what is better for linux users. Having > /usr/bin/snappy be a spice-gtk snapshot tool or a video player? > > What do you guys think? I don't know how widely snappy is used, but I know I've never

Re: [Spice-devel] [spice-xpi PATCHv2 1/2] Add SpiceControllerWin class

2013-04-08 Thread Marc-André Lureau
ack On Mon, Apr 8, 2013 at 10:37 AM, Christophe Fergeau wrote: > Ping? > > Christophe > > On Wed, Mar 27, 2013 at 02:09:08PM +0100, Christophe Fergeau wrote: > > This class implements the controller interface for Windows/mingw. > > --- > > > > Changes since v1: > > - Adjusted copyright notice >

Re: [Spice-devel] [spice-xpi PATCHv2 1/2] Add SpiceControllerWin class

2013-04-08 Thread Christophe Fergeau
Ping? Christophe On Wed, Mar 27, 2013 at 02:09:08PM +0100, Christophe Fergeau wrote: > This class implements the controller interface for Windows/mingw. > --- > > Changes since v1: > - Adjusted copyright notice > - Initialize random seed with current time > - Simplify error handling in several p