[Spice-devel] Building qxl w/WDK

2012-12-06 Thread Erik Lotspeich
Hi, Is building qxl supported with the latest WDK 8.59.25584? http://www.spice-space.org/page/WinQXL I am trying to follow the directions. I open up a command prompt called Microsoft Windows 7 x64 Debug Build Environment and set SPICE_COMMON_DIR and run the build -cZg command. I get the

Re: [Spice-devel] [PATCH spice-server] red_worker: revert 8855438a

2012-12-06 Thread Alon Levy
ACK - Original Message - red_proccess_commands calls were added after calling guest_set_client_capabilities in order to cleanup the command ring from old commands that the client might not be able to handle. However, calling red_process_commands at this stage does send messages to

Re: [Spice-devel] Building qxl w/WDK

2012-12-06 Thread Alon Levy
Hi, Is building qxl supported with the latest WDK 8.59.25584? http://www.spice-space.org/page/WinQXL I am trying to follow the directions. I open up a command prompt called Microsoft Windows 7 x64 Debug Build Environment and set SPICE_COMMON_DIR and run the build -cZg command. I get

[Spice-devel] [SPICE-GTK PATCH] channel-display: add more protection against bad access to streams

2012-12-06 Thread Uri Lublin
--- gtk/channel-display.c | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/gtk/channel-display.c b/gtk/channel-display.c index 77959b9..d07b65c 100644 --- a/gtk/channel-display.c +++ b/gtk/channel-display.c @@ -1239,9 +1239,14 @@ static void

[Spice-devel] [SPICE-GTK PATCH 0/2] glib-compat: g_slist_free_full + add missing include

2012-12-06 Thread Uri Lublin
Make spice-gtk compile with glib 2.28 Uri Lublin (2): glib-compat: add g_slist_free_full gtk/channel-port: include glib-compat for g_clear_pointer gtk/channel-port.c |1 + gtk/glib-compat.c | 27 +++ gtk/glib-compat.h |5 + gtk/spice-channel.c |

[Spice-devel] [SPICE-GTK PATCH 1/2] glib-compat: add g_slist_free_full

2012-12-06 Thread Uri Lublin
--- gtk/glib-compat.c | 27 +++ gtk/glib-compat.h |5 + gtk/spice-channel.c |1 + 3 files changed, 33 insertions(+), 0 deletions(-) diff --git a/gtk/glib-compat.c b/gtk/glib-compat.c index 7bb906c..5f2e29e 100644 --- a/gtk/glib-compat.c +++

[Spice-devel] [SPICE-GTK PATCH 2/2] gtk/channel-port: include glib-compat for g_clear_pointer

2012-12-06 Thread Uri Lublin
--- gtk/channel-port.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gtk/channel-port.c b/gtk/channel-port.c index e1f61d2..1d6eef2 100644 --- a/gtk/channel-port.c +++ b/gtk/channel-port.c @@ -19,6 +19,7 @@ #include spice-common.h #include spice-channel-priv.h

Re: [Spice-devel] [PATCH 1/3] vdagent: remove vdi_port, use vio_serial directly

2012-12-06 Thread Uri Lublin
On 11/27/2012 04:53 PM, Arnon Gilboa wrote: Ack series. Lots of lines removed. Asynchronous IO with completion functions instead of using events. and more. ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org