Re: [Spice-devel] Regression in xf86-video-qxl

2012-09-06 Thread Søren Sandmann
Jeremy White writes: > The following commit: > > commit 2fecf3a171e64ca0dad5653ed740409dc5af2edf > Author: Søren Sandmann > AuthorDate: Tue Dec 20 09:01:17 2011 -0500 > Commit: Søren Sandmann Pedersen > CommitDate: Wed Sep 5 18:17:21 2012 -0400 > > Enable 8 bit pixmaps. > > a8 s

[Spice-devel] [PATCH] Enable the use of SpiceExitOnDisconnect so that Xspice can be configured to allow exactly one server per client session.

2012-09-06 Thread Jeremy White
--- src/qxl.h |1 + src/qxl_driver.c|2 ++ src/spiceqxl_spice_server.c | 12 3 files changed, 15 insertions(+) diff --git a/src/qxl.h b/src/qxl.h index 8494550..03d08a1 100644 --- a/src/qxl.h +++ b/src/qxl.h @@ -125,6 +125,7 @@ enum { OPTI

[Spice-devel] Regression in xf86-video-qxl

2012-09-06 Thread Jeremy White
The following commit: commit 2fecf3a171e64ca0dad5653ed740409dc5af2edf Author: Søren Sandmann AuthorDate: Tue Dec 20 09:01:17 2011 -0500 Commit: Søren Sandmann Pedersen CommitDate: Wed Sep 5 18:17:21 2012 -0400 Enable 8 bit pixmaps. a8 surfaces are now supported with the 8BIT_A

Re: [Spice-devel] [PATCH] Technically, the xorg/ prefix should not be specified. It generally works, because xorg/ is usually hung off /usr/include. This enables compliation that correctly respects a

2012-09-06 Thread Jeremy White
> ACK Nudge? ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] [PATCH] Update SPICE_SERVER_VERSION to be current with 5819976c7ed6669f4334bb5ec8b25cd213dd7e8a.

2012-09-06 Thread Jeremy White
--- server/spice.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/spice.h b/server/spice.h index fdcfbb7..4b23037 100644 --- a/server/spice.h +++ b/server/spice.h @@ -22,7 +22,7 @@ #include #include -#define SPICE_SERVER_VERSION 0x000b02 /* release 0.11.2 */ +#

Re: [Spice-devel] [ spice-devel ] libspice server segfault

2012-09-06 Thread nicolas prochazka
main_channel_link: add main channel client main_channel_handle_parsed: net test: latency 20.04 ms, bitrate 181431608 bps (173.026665 Mbps) red_dispatcher_set_display_peer: inputs_connect: inputs channel client create red_dispatcher_set_cursor_peer: qemu: virtio-serial-bus: Unexpected port id 21

Re: [Spice-devel] [spice-html5] implement handing of MJPEG display streams

2012-09-06 Thread Aric Stewart
Doh, this is what i get for not checking the list and updating this morning. sorry, it is there thanks! -aric On 9/6/12 9:13 AM, Aric Stewart wrote: > Checking in here. Looks like Jeremy acked this but it never got pushed? > > Could someone help me with that? > > thanks! > -aric > > On 8/27/1

Re: [Spice-devel] [spice-html5] implement handing of MJPEG display streams

2012-09-06 Thread Aric Stewart
Checking in here. Looks like Jeremy acked this but it never got pushed? Could someone help me with that? thanks! -aric On 8/27/12 10:59 AM, Aric Stewart wrote: > Signed-off-by: Aric Stewart > --- > display.js | 66 ++ > enums.js|2 + > spicemsg.

Re: [Spice-devel] [spice-gtk] build: Add fallback symbol files to EXTRA_DIST

2012-09-06 Thread Marc-André Lureau
ack - Original Message - > --- > gtk/Makefile.am | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/gtk/Makefile.am b/gtk/Makefile.am > index 344c028..928f914 100644 > --- a/gtk/Makefile.am > +++ b/gtk/Makefile.am > @@ -35,6 +35,8 @@ EXTRA_DIST =

[Spice-devel] [spice-gtk] build: Add fallback symbol files to EXTRA_DIST

2012-09-06 Thread Christophe Fergeau
--- gtk/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 344c028..928f914 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -35,6 +35,8 @@ EXTRA_DIST = \ keymap-gen.pl \

Re: [Spice-devel] [ spice-devel ] libspice server segfault

2012-09-06 Thread Alon Levy
> Hello, > with lastest git libspice ( 1.4.0 ) : no change , segfault. Where is this 1.4.0 version coming from? the last release of libspice-server (spice.tar.gz) is 0.11.3 and the next should be 0.12.0. http://spice-space.org/download.html#latest-server > with lastest git spice/qemu ( rebase/

Re: [Spice-devel] [ spice-devel ] libspice server segfault

2012-09-06 Thread nicolas prochazka
Hello, with lastest git libspice ( 1.4.0 ) : no change , segfault. with lastest git spice/qemu ( rebase/spice- next ) : no segfault but a vm freeze ( in spice client and vnc client ) Regards, Nicolas 2012/9/5 nicolas prochazka : > same test, but core dump shows us differents things. > p item af

Re: [Spice-devel] [PATCH] qxl: dont update invalid area

2012-09-06 Thread Gerd Hoffmann
On 08/30/12 18:44, riegama...@gmail.com wrote: > This patch fixes the following error: > > $ ~/usr/bin/qemu-system-x86_64 -enable-kvm -m 1024 -spice > port=5900,disable-ticketing -vga qxl -cdrom > ~/Images/linuxmint-13-mate-dvd-32bit.iso > (/home/mathslinux/usr/bin/qemu-system-x86_64:10068): Spi

Re: [Spice-devel] [spice-html5] implement handing of MJPEG display streams

2012-09-06 Thread Alon Levy
> On 08/27/2012 11:21 AM, Jeremy White wrote: > > ACK > > > > On 08/27/2012 10:59 AM, Aric Stewart wrote: > >> Signed-off-by: Aric Stewart > > I did just check, and I don't have write access, so I can't push this > myself. > > Help? Pushed. > > Thanks, > > Jeremy > _