Re: [Spice-devel] spice crashes

2013-01-30 Thread Klaus Hochlehnert
Hi, is there any news on this? Does maybe an older version (e.g. 0.12.0) of spice help? I'm also using the latest released packages and experience a lot of crashes. Sometimes when connecting, sometimes during a running session. Thanks Klaus -Ursprüngliche Nachricht- Von: spice-devel-bou

Re: [Spice-devel] [PATCH spice-protocol] Release 0.12.4

2013-01-30 Thread Marc-André Lureau
Hi So, I guess nobody minds a release of spice-protocol. I'll do it tomorrow, if it gets no further comments. ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

Re: [Spice-devel] [PATCH vd_agent V4 4/4] file-xfer: Add file-xfer support for linux agent

2013-01-30 Thread Marc-André Lureau
Hi, It looks pretty ready to me, just a few things: On Wed, Jan 30, 2013 at 12:51 PM, Dunrong Huang wrote: > The patch makes linux agent support file-xfer feature. > > Signed-off-by: Dunrong Huang > --- > src/vdagent.c | 173 > + > src/

[Spice-devel] [PATCH spice-protocol] Release 0.12.4

2013-01-30 Thread Marc-André Lureau
--- NEWS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 8e4f68d..df5d31c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Major changes in 0.12.4 +=== +* Add agent file copy support. +* Add agent sparse monitors capability. +* Add controller proxy mess

Re: [Spice-devel] [PATCH vd_agent V3 3/4] file-xfer: extend protocol for communication between server and client

2013-01-30 Thread Dunrong Huang
Sorry for the wrong title, it should be "[PATCH vd_agent V4 3/4]", not "[PATCH vd_agent V3 3/4]" On Wed, Jan 30, 2013 at 7:51 PM, Dunrong Huang wrote: > The new added messages correspond with vd_agent.h > > Signed-off-by: Dunrong Huang > --- > src/vdagentd-proto-strings.h | 3 +++ > src/vdagent

[Spice-devel] [PATCH vd_agent V4 1/4] configure: Add build dependency on glib

2013-01-30 Thread Dunrong Huang
Signed-off-by: Dunrong Huang --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 20e1b82..68afb4e 100644 --- a/configure.ac +++ b/configure.ac @@ -76,6 +76,7 @@ AC_ARG_ENABLE([static-uinput], [enable_static_uinput="$enableval"],

[Spice-devel] [PATCH vd_agent V4 4/4] file-xfer: Add file-xfer support for linux agent

2013-01-30 Thread Dunrong Huang
The patch makes linux agent support file-xfer feature. Signed-off-by: Dunrong Huang --- src/vdagent.c | 173 + src/vdagentd.c | 43 ++ 2 files changed, 216 insertions(+) diff --git a/src/vdagent.c b/src/vdagent.c index e2cedd

[Spice-devel] [PATCH vd_agent V3 3/4] file-xfer: extend protocol for communication between server and client

2013-01-30 Thread Dunrong Huang
The new added messages correspond with vd_agent.h Signed-off-by: Dunrong Huang --- src/vdagentd-proto-strings.h | 3 +++ src/vdagentd-proto.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/vdagentd-proto-strings.h b/src/vdagentd-proto-strings.h index f39e25b..112eced 100644

[Spice-devel] [PATCH vd_agent V4 2/4] Makefile.am: Add build dependency on glib

2013-01-30 Thread Dunrong Huang
Signed-off-by: Dunrong Huang --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index ea72cff..3aed69a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,8 +4,8 @@ NULL = bin_PROGRAMS = src/spice-vdagent sbin_PROGRAMS = src/spice-vdag

[Spice-devel] [PATCH vd_agent V4 0/4] Add file-xfer support for linux agent

2013-01-30 Thread Dunrong Huang
The patch makes linux agent support file transfer feature. V3 -> V4: * Rebase the patches to latest * Address Marc-André's comments * Use GHashTable instead of GList to store "AgentFileXferTask" V2 -> V3: * Add build dependency on glib * s/drag-and-drop/file-xfer * Use key-va

Re: [Spice-devel] [PATCH spice-gtk] Add SpiceSession:proxy

2013-01-30 Thread Marc-André Lureau
On Wed, Jan 30, 2013 at 10:24 AM, Christophe Fergeau wrote: > Yes, exactly, this seems like the behaviour users of this API would expect, ok, pushed -- Marc-André Lureau ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.free

Re: [Spice-devel] Experimental patch to enable Deferred FPS mode for the qemu qxl driver.

2013-01-30 Thread Hans de Goede
Hi, On 01/29/2013 08:42 PM, Jeremy White wrote: Hmm, this seems like some debugging / wip work left over ? Sorry if I wasn't clear; I had thought that others were interested in trying the dfps stuff in conjunction with qemu. Given my recent experience, I was able to cobble something together

Re: [Spice-devel] [PATCH spice-gtk] Add SpiceSession:proxy

2013-01-30 Thread Christophe Fergeau
On Tue, Jan 29, 2013 at 06:23:15PM +0100, Marc-André Lureau wrote: > Hi > > On Tue, Jan 29, 2013 at 6:09 PM, Christophe Fergeau > wrote: > > On Tue, Jan 29, 2013 at 06:01:34PM +0100, Marc-André Lureau wrote: > >> On Tue, Jan 29, 2013 at 5:54 PM, Christophe Fergeau > >> wrote: > >> > update_pro