[Spice-devel] [PATCH 5/5] controller_test: add README

2012-02-26 Thread Alon Levy
--- client/tests/controller_test/README.txt | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 client/tests/controller_test/README.txt diff --git a/client/tests/controller_test/README.txt b/client/tests/controller_test/README.txt new file mode 100644 index 0

[Spice-devel] [PATCH 4/5] client controller_test: reorder parameters since pid isn't needed for linux client test

2012-02-26 Thread Alon Levy
--- client/tests/controller_test/controller_test.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/tests/controller_test/controller_test.cpp b/client/tests/controller_test/controller_test.cpp index aa7a6c0..82b3166 100644 --- a/client/tests/controller_test/c

[Spice-devel] [PATCH 3/5] client: handle CONTROLLER_ENABLE_SMARTCARD (rhbz 641828)

2012-02-26 Thread Alon Levy
--- client/application.cpp |5 + client/application.h |1 + client/controller.cpp |3 +++ client/controller.h|1 + 4 files changed, 10 insertions(+), 0 deletions(-) diff --git a/client/application.cpp b/client/application.cpp index 1d4da8b..5d1f73a 100644 --- a/client/a

[Spice-devel] [PATCH 2/5] controller_test: add ENABLE_SMARTCARD

2012-02-26 Thread Alon Levy
--- client/tests/controller_test/controller_test.cpp |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/client/tests/controller_test/controller_test.cpp b/client/tests/controller_test/controller_test.cpp index 4994613..aa7a6c0 100644 --- a/client/tests/controller_test/con

[Spice-devel] [PATCH 1/5] client: don't fall through for CONTROLLER_SEND_CAD

2012-02-26 Thread Alon Levy
--- client/controller.cpp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/client/controller.cpp b/client/controller.cpp index 91c0021..93805bc 100644 --- a/client/controller.cpp +++ b/client/controller.cpp @@ -335,6 +335,8 @@ bool ControllerConnection::handle_message(Cont

Re: [Spice-devel] [PATCH] server: fix segfault on client disconnect

2012-02-26 Thread Uri Lublin
On 02/26/2012 02:34 PM, Alon Levy wrote: > ..as a result of missing initialization of newly introduced > pre_disconnect in main channel. > --- > server/main_channel.c |3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/server/main_channel.c b/server/main_channel.c > ind

Re: [Spice-devel] [PATCH] server: fix segfault on client disconnect

2012-02-26 Thread Hans de Goede
Ack. On 02/26/2012 01:34 PM, Alon Levy wrote: ..as a result of missing initialization of newly introduced pre_disconnect in main channel. --- server/main_channel.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/server/main_channel.c b/server/main_channel.c index 4d

Re: [Spice-devel] [PATCH] Enabling cursor in server/tests

2012-02-26 Thread Alon Levy
On Wed, Feb 08, 2012 at 03:11:32PM -0200, Fabiano FidĂȘncio wrote: > Now, cursor is being shown in all tests as a white rectangle and is > running in the screen doing a diagonal movement. It's a very simple > way to test cursor commands and is sufficient for our tests. Ack. didn't apply

[Spice-devel] [PATCH] server: fix segfault on client disconnect

2012-02-26 Thread Alon Levy
..as a result of missing initialization of newly introduced pre_disconnect in main channel. --- server/main_channel.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/server/main_channel.c b/server/main_channel.c index 4d1f8ea..878f62d 100644 --- a/server/main_channel.c +

Re: [Spice-devel] RFC: remove Adler checksum and zlib header/trailer from zlib compressed images

2012-02-26 Thread Yaniv Kaul
On 02/26/2012 01:46 PM, Yonit Halperin wrote: On 02/23/2012 08:46 PM, Yaniv Kaul wrote: On 02/06/2012 09:43 AM, Yonit Halperin wrote: On 02/06/2012 09:02 AM, Yaniv Kaul wrote: On 01/29/2012 11:29 AM, Alon Levy wrote: On Sun, Jan 29, 2012 at 09:28:34AM +0200, Yaniv Kaul wrote: These small cha

Re: [Spice-devel] RFC: remove Adler checksum and zlib header/trailer from zlib compressed images

2012-02-26 Thread Yonit Halperin
On 02/23/2012 08:46 PM, Yaniv Kaul wrote: On 02/06/2012 09:43 AM, Yonit Halperin wrote: On 02/06/2012 09:02 AM, Yaniv Kaul wrote: On 01/29/2012 11:29 AM, Alon Levy wrote: On Sun, Jan 29, 2012 at 09:28:34AM +0200, Yaniv Kaul wrote: These small changes to server and (gtk) client seem to work, a