[Spice-devel] Using remote-viewer in scripts.

2012-10-23 Thread Trebor Forban
Hello all, can somebody possibly tell me how I can get the remote-viewer client to exit when the connection to the server can't be established, instead of displaying a dialog-box where one can only click "OK"? At least for me, this would be more suitable for scripting. I've tried "--g-fatal-warni

Re: [Spice-devel] [PATCH 4/5] server: add websockets support via libwebsockets

2012-10-23 Thread Alon Levy
> New API: spice_server_set_ws_ports Dropping this for now, I've noticed repeated connections failing, I screwed up something with adding multiple watches for the same fd (you end up having ERROR prints from libwebsockets - which still needs to be patched to reduce the amount of default message

Re: [Spice-devel] [PATCH 4/5] server: add websockets support via libwebsockets

2012-10-23 Thread Alon Levy
> On Fri, Oct 19, 2012 at 01:50:11PM +0200, Alon Levy wrote: > > New API: spice_server_set_ws_ports > > > > This adds an optional dependency on libwebsockets. You need to get > > my > > patched 0.0.3 version here: > > git://people.freedesktop.org/~alon/libwebsockets > > > > There is no qemu patc

Re: [Spice-devel] [PATCH 4/5] server: add websockets support via libwebsockets

2012-10-23 Thread Christophe Fergeau
On Fri, Oct 19, 2012 at 01:50:11PM +0200, Alon Levy wrote: > New API: spice_server_set_ws_ports > > This adds an optional dependency on libwebsockets. You need to get my > patched 0.0.3 version here: > git://people.freedesktop.org/~alon/libwebsockets > > There is no qemu patches yet, to test cha

Re: [Spice-devel] [PATCH 5/5] release 0.12.1

2012-10-23 Thread Christophe Fergeau
On Fri, Oct 19, 2012 at 01:50:12PM +0200, Alon Levy wrote: > --- > configure.ac | 4 ++-- > server/spice.h | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 5561d2c..6582edb 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -13,9

Re: [Spice-devel] [PATCH 3/5] server/tests/test_display_base: fix segfault in test

2012-10-23 Thread Christophe Fergeau
ACK On Fri, Oct 19, 2012 at 01:50:10PM +0200, Alon Levy wrote: > --- > server/tests/test_display_base.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/server/tests/test_display_base.c > b/server/tests/test_display_base.c > index 8c7f512..588e960 100644 > --- a/ser

Re: [Spice-devel] [PATCH 2/5] server/reds.c: split off reds-private.h

2012-10-23 Thread Christophe Fergeau
I assume it's only a c&p, haven't carefully checked the whole file, ACK Christophe On Fri, Oct 19, 2012 at 01:50:09PM +0200, Alon Levy wrote: > --- > server/reds-private.h | 182 > ++ > server/reds.c | 180 ++---

Re: [Spice-devel] [PATCH 1/5] configure.ac: add libcacard to SPICE_REQUIRES if built with smartcard support

2012-10-23 Thread Christophe Fergeau
ACK On Fri, Oct 19, 2012 at 01:50:08PM +0200, Alon Levy wrote: > --- > configure.ac | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configure.ac b/configure.ac > index 261f870..dff930d 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -234,6 +234,7 @@ if test "x$enable_smartcard" = "