[Spice-devel] [spice-gtk] Use correct printf format modifier for gssize

2014-04-07 Thread Christophe Fergeau
This fixes this warning/error: channel-webdav.c: In function 'demux_to_client': channel-webdav.c:318:5: error: format '%ld' expects argument of type 'long int', but argument 5 has type 'gssize' [-Werror=format=] CHANNEL_DEBUG(self, pushing %ld to client %p, size, client); ---

Re: [Spice-devel] [PATCH spice-gtk]channel-main.c: gssize type error with mingw32-gcc

2014-04-07 Thread Christophe Fergeau
On Sun, Apr 06, 2014 at 02:03:10PM +0800, Cody Chan wrote: Here , mingw32-configure --without-sasl --with-gtk=3.0 --with-audio=gstreamer --without-python --enable-usbredir=yes --enable-smartcard=no --enable-vala mingw32-make There is a error: .. CC channel-webdav.lo

Re: [Spice-devel] [PATCH spice-gtk]channel-main.c: gssize type error with mingw32-gcc

2014-04-07 Thread Cody Chan
On Mon, Apr 7, 2014 at 3:50 PM, Christophe Fergeau cferg...@redhat.com wrote: On Sun, Apr 06, 2014 at 02:03:10PM +0800, Cody Chan wrote: Here , mingw32-configure --without-sasl --with-gtk=3.0 --with-audio=gstreamer --without-python --enable-usbredir=yes --enable-smartcard=no --enable-vala

Re: [Spice-devel] [Xen-devel] [Qemu-devel] Qemu 2.0 regression with xen: qemu crash on any domUs S.O. start

2014-04-07 Thread Fabio Fantoni
Il 03/04/2014 12:13, Fabio Fantoni ha scritto: Il 03/04/2014 10:45, Ian Campbell ha scritto: On Thu, 2014-04-03 at 10:15 +0200, Fabio Fantoni wrote: Seems that do segfault when I connect to vnc or spice, in the test of this backtrace after connect to vnc, spice and other things of my patches

Re: [Spice-devel] [PATCH spice-gtk 2/2] gtk-session: always sync modifiers for client events

2014-04-07 Thread Marc-André Lureau
ack? On Fri, Apr 4, 2014 at 8:49 PM, Jonathon Jongsma jjong...@redhat.comwrote: - Original Message - From: Marc-André Lureau mlur...@redhat.com To: Jonathon Jongsma jjong...@redhat.com Cc: spice-devel@lists.freedesktop.org Sent: Friday, April 4, 2014 12:16:26 PM Subject:

[Spice-devel] [PATCH spice] Do not discard monitor config messages if agent is disconnected

2014-04-07 Thread Marc-André Lureau
VD_AGENT_MONITORS_CONFIG messages can be processed if red_dispatcher_use_client_monitors_config(). A token must be returned to the client to keep sending agent messages. This solves reconfiguration of monitor with DRM/KMS device when the agent is not running. --- server/agent-msg-filter.c | 13

[Spice-devel] [PATCH spice-gtk] main: send monitor config if agent is disconnected

2014-04-07 Thread Marc-André Lureau
Monitor config can be handled without agent running --- gtk/channel-main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtk/channel-main.c b/gtk/channel-main.c index 58f5d31..4b4f5e8 100644 --- a/gtk/channel-main.c +++ b/gtk/channel-main.c @@ -1145,7 +1145,6 @@ gboolean

Re: [Spice-devel] [Xen-devel] [Qemu-devel] Qemu 2.0 regression with xen: qemu crash on any domUs S.O. start

2014-04-07 Thread Fabio Fantoni
Il 07/04/2014 12:20, Christophe Fergeau ha scritto: On Mon, Apr 07, 2014 at 11:59:06AM +0200, Fabio Fantoni wrote: Today I did some tests also with hvm and spice and I found another segfault with different backtrace to solve: (gdb) c Continuing. *Program received signal SIGSEGV, Segmentation

Re: [Spice-devel] [Xen-devel] [Qemu-devel] Qemu 2.0 regression with xen: qemu crash on any domUs S.O. start

2014-04-07 Thread Fabio Fantoni
Il 07/04/2014 15:19, Fabio Fantoni ha scritto: Il 07/04/2014 12:20, Christophe Fergeau ha scritto: On Mon, Apr 07, 2014 at 11:59:06AM +0200, Fabio Fantoni wrote: Today I did some tests also with hvm and spice and I found another segfault with different backtrace to solve: (gdb) c Continuing.

Re: [Spice-devel] patch[1/1] fix a memory leak in qxl_screen_init

2014-04-07 Thread Jeremy White
On 03/26/2014 11:30 AM, longguang.yue wrote: please forgive my ignore. jwhite you are right, i post a new patch as you suggest. Yes, this patch does look correct. I have been meaning to get time to put it through some further testing, and then push it. I hope to do that this week.

Re: [Spice-devel] [spice-gtk] Use correct printf format modifier for gssize

2014-04-07 Thread Jonathon Jongsma
ack - Original Message - From: Christophe Fergeau cferg...@redhat.com To: spice-de...@freedesktop.org Sent: Monday, April 7, 2014 2:47:02 AM Subject: [Spice-devel] [spice-gtk] Use correct printf format modifier for gssize This fixes this warning/error: channel-webdav.c:

Re: [Spice-devel] [PATCH spice-gtk 2/2] gtk-session: always sync modifiers for client events

2014-04-07 Thread Jonathon Jongsma
ok, ACK - Original Message - From: Marc-André Lureau marcandre.lur...@gmail.com To: Jonathon Jongsma jjong...@redhat.com Cc: Marc-André Lureau mlur...@redhat.com, spice-devel spice-devel@lists.freedesktop.org Sent: Monday, April 7, 2014 5:06:32 AM Subject: Re: [Spice-devel] [PATCH

[Spice-devel] Suggestions for Test-Shared-Folder based on webdav

2014-04-07 Thread Cody Chan
Thx for Marc-André's patient guidance :) http://lists.freedesktop.org/archives/spice-devel/2014-February/016256.html http://www.spinics.net/lists/spice-devel/msg07524.html Shared Folder is a new feature of spice, need more geeks to test and patch Here're suggestions of a quick start to test it.