Re: [Spice-devel] Performance

2013-03-11 Thread jojo
hi guys, someone know about the the capability of graphics accelerate in spice client (aka spicec) ? i print the help of spicec, but the option --enable-opengl is not recommend, why & the effects of this option is much more better for performance ? Thanks, - Jojo 在 2013-3-9,上午1:24,Flo 写道:

[Spice-devel] [spice-html5 7/7] Use release 2

2013-03-11 Thread Jeremy White
Signed-off-by: Jeremy White --- spice-html5.spec.in |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spice-html5.spec.in b/spice-html5.spec.in index 467875a..236ae26 100644 --- a/spice-html5.spec.in +++ b/spice-html5.spec.in @@ -1,6 +1,6 @@ Name: spice-html5

[Spice-devel] [spice-html5 6/7] Escape the % character.

2013-03-11 Thread Jeremy White
Signed-off-by: Jeremy White --- spice-html5.spec.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spice-html5.spec.in b/spice-html5.spec.in index 1ce1725..467875a 100644 --- a/spice-html5.spec.in +++ b/spice-html5.spec.in @@ -31,7 +31,7 @@ file for Apache, but should work

[Spice-devel] [spice-html5 5/7] Switch to a freedesktop.org download location.

2013-03-11 Thread Jeremy White
Signed-off-by: Jeremy White --- spice-html5.spec.in |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spice-html5.spec.in b/spice-html5.spec.in index 928d88b..1ce1725 100644 --- a/spice-html5.spec.in +++ b/spice-html5.spec.in @@ -5,7 +5,7 @@ Summary:Pure Javascri

[Spice-devel] [spice-html5 4/7] No longer install apache.conf, just put it in the doc folder.

2013-03-11 Thread Jeremy White
Signed-off-by: Jeremy White --- Makefile|2 -- apache.conf | 10 -- apache.conf.sample | 10 ++ spice-html5.spec.in |4 ++-- 4 files changed, 12 insertions(+), 14 deletions(-) delete mode 100644 apache.conf create mode 100644 apache.conf.sample

[Spice-devel] [spice-html5 3/7] Revise the .spec file to use %{name}, and remove a few unneded statements

2013-03-11 Thread Jeremy White
Signed-off-by: Jeremy White --- spice-html5.spec.in | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/spice-html5.spec.in b/spice-html5.spec.in index 35c386a..6c10817 100644 --- a/spice-html5.spec.in +++ b/spice-html5.spec.in @@ -5,12 +5,12 @@ Summary:Pure

[Spice-devel] [spice-html5 2/7] Fix our SPEC file to indicate LGPLv3 license, not GPLv3

2013-03-11 Thread Jeremy White
Signed-off-by: Jeremy White --- spice-html5.spec.in |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/spice-html5.spec.in b/spice-html5.spec.in index 5351f38..35c386a 100644 --- a/spice-html5.spec.in +++ b/spice-html5.spec.in @@ -3,7 +3,7 @@ Version:VERSION R

[Spice-devel] [spice-html5 1/7] Make our sample Apache configuration work on a RHEL server as well.

2013-03-11 Thread Jeremy White
Signed-off-by: Jeremy White --- apache.conf |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apache.conf b/apache.conf index dda4cb0..f3bd2fe 100644 --- a/apache.conf +++ b/apache.conf @@ -3,9 +3,8 @@ # Alias /spice /usr/share/spice-html5 -AllowOverride None -

[Spice-devel] [spice-html5 0/7] Patches for fedora packaging

2013-03-11 Thread Jeremy White
These patches resulted in spice-html5 being approved for inclusion in Fedora. Jeremy White (7): Make our sample Apache configuration work on a RHEL server as well. Fix our SPEC file to indicate LGPLv3 license, not GPLv3 Revise the .spec file to use %{name}, and remove a few unneded state

Re: [Spice-devel] [PATCH spice-server 05/28] mjpeg_encoder: adjust the stream bit rate based on periodic client feedback

2013-03-11 Thread Yonit Halperin
Hi, On 03/10/2013 08:39 PM, Yonit Halperin wrote: On 03/10/2013 06:50 AM, Alon Levy wrote: On Tue, Feb 26, 2013 at 01:03:51PM -0500, Yonit Halperin wrote: mjpeg_encoder can receive periodic reports about the playback status on the client side. Then, mjpeg_encoder analyses the report and can in

Re: [Spice-devel] [spice-xpi 6/6] Make spice.xpi build optional

2013-03-11 Thread Christophe Fergeau
On Mon, Mar 11, 2013 at 01:56:04PM +0100, Marc-André Lureau wrote: > On Mon, Mar 11, 2013 at 10:16 AM, Christophe Fergeau > wrote: > > > +AC_ARG_ENABLE([xpi], > > + [AS_HELP_STRING([--enable-xpi], > > + [Enable compilation of an xpi package])], > > + [], [enable_xpi=no]) > > +i

Re: [Spice-devel] raspberry f18 and no spice-xpi?

2013-03-11 Thread Gianluca Cecchi
On Mon, Mar 11, 2013 at 9:52 AM, Christophe Fergeau wrote: > Hey, > > On Fri, Mar 08, 2013 at 10:19:05AM +0100, Gianluca Cecchi wrote: >> some days ago I installed f18 on raspberry pi using >> fedora-arm-installer and loading rpfr-f18-rc1.img >> All went fine with the os but then when searching on

Re: [Spice-devel] [spice-xpi 6/6] Make spice.xpi build optional

2013-03-11 Thread Marc-André Lureau
On Mon, Mar 11, 2013 at 10:16 AM, Christophe Fergeau wrote: > +AC_ARG_ENABLE([xpi], > + [AS_HELP_STRING([--enable-xpi], > + [Enable compilation of an xpi package])], > + [], [enable_xpi=no]) > +if test x"$enable_xpi" != xno; then > PKG_CHECK_MODULES(XUL, libxul-embedding >= 10

Re: [Spice-devel] [spice-xpi 2/6] Fix AC_ARG_ENABLE use for --enable-generator

2013-03-11 Thread Marc-André Lureau
- Mensaje original - > On Mon, Mar 11, 2013 at 01:24:34PM +0100, Marc-André Lureau wrote: > > On Mon, Mar 11, 2013 at 10:16 AM, Christophe Fergeau > > wrote: > > > AC_ARG_ENABLE 3rd argument is what to do when the argument is > > > specified and the 4th arg is what to do when the argumen

Re: [Spice-devel] [spice-xpi 2/6] Fix AC_ARG_ENABLE use for --enable-generator

2013-03-11 Thread Christophe Fergeau
On Mon, Mar 11, 2013 at 01:24:34PM +0100, Marc-André Lureau wrote: > On Mon, Mar 11, 2013 at 10:16 AM, Christophe Fergeau > wrote: > > AC_ARG_ENABLE 3rd argument is what to do when the argument is > > specified and the 4th arg is what to do when the argument is > > not specified. Using [enable_gen

Re: [Spice-devel] [spice-xpi 2/6] Fix AC_ARG_ENABLE use for --enable-generator

2013-03-11 Thread Marc-André Lureau
On Mon, Mar 11, 2013 at 10:16 AM, Christophe Fergeau wrote: > AC_ARG_ENABLE 3rd argument is what to do when the argument is > specified and the 4th arg is what to do when the argument is > not specified. Using [enable_generator=true] as the 3rd argument > is wrong as this would enable the generato

Re: [Spice-devel] [spice-xpi 0/6] Make xulrunner optional

2013-03-11 Thread Christophe Fergeau
On Mon, Mar 11, 2013 at 12:24:03PM +0100, Marc-André Lureau wrote: > How do you apply this? if fails on both current master, and after the > previous 10 patches. As indicated in the cover letter: "thiss series also replaces patches 8/9 and 9/9 of the previous series as the configure.ac changes fro

Re: [Spice-devel] [PATCH spice-gtk] spice-channel: Do not segfault fault if peer_msg was a NULL pointer

2013-03-11 Thread Marc-André Lureau
Hi Patch looks good, thanks for the fix! applied -- Marc-André Lureau ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

Re: [Spice-devel] [spice-xpi 0/6] Make xulrunner optional

2013-03-11 Thread Marc-André Lureau
How do you apply this? if fails on both current master, and after the previous 10 patches. -- Marc-André Lureau ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] [spice-xpi 6/6] Make spice.xpi build optional

2013-03-11 Thread Christophe Fergeau
Now that we switched to using the headers from npapi-sdk to build the spice-xpi plugin, the only reason we are depending on xulrunner is to build an xpi package for the plugin for easier installation in firefox. However, this .xpi is not installed by default nor packaged by distributions, so it's n

[Spice-devel] [spice-xpi 4/6] Don't try to use xpidl

2013-03-11 Thread Christophe Fergeau
The xpidl binary is no longer available in xulrunner 10, so we no longer need the Makefile magic using xpidl now that we require it. We'll always directly use header.py/typelib.py instead. --- SpiceXPI/src/plugin/Makefile.am | 8 configure.ac| 11 --- 2 files

[Spice-devel] [spice-xpi 3/6] Drop support for xulrunner < 1.9.1

2013-03-11 Thread Christophe Fergeau
Even RHEL5 has at least xulrunner 10 these days, so no need to keep that compat code around. --- SpiceXPI/src/plugin/np_entry.cpp | 7 --- SpiceXPI/src/plugin/npplat.h | 6 +- SpiceXPI/src/plugin/plugin.cpp | 7 --- configure.ac | 43 +--

[Spice-devel] [spice-xpi 2/6] Fix AC_ARG_ENABLE use for --enable-generator

2013-03-11 Thread Christophe Fergeau
AC_ARG_ENABLE 3rd argument is what to do when the argument is specified and the 4th arg is what to do when the argument is not specified. Using [enable_generator=true] as the 3rd argument is wrong as this would enable the generator when using --disable-generator. --- configure.ac | 4 ++-- 1 file

[Spice-devel] [spice-xpi 1/6] Remove obsolete configure.ac log

2013-03-11 Thread Christophe Fergeau
Nothing sets $red_target anymore --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index f02c695..4bde0f7 100644 --- a/configure.ac +++ b/configure.ac @@ -118,7 +118,5 @@ AC_MSG_NOTICE([ XUL IDL files:${XUL_IDLDIR} Build

[Spice-devel] [spice-xpi 0/6] Make xulrunner optional

2013-03-11 Thread Christophe Fergeau
Hey, My spice-xpi patch series was initially dropping the dependency on xulrunner totally, however I realized it's not much harder to make this support optional and only require xulrunner in order to assemble a .xpi package from the built plugin. As I'm not sure yet what is the best way to distrib

Re: [Spice-devel] spice-guest-tools 0.52 and winxp doesn't boot anymore

2013-03-11 Thread Christophe Fergeau
Hi, On Sat, Mar 09, 2013 at 10:19:01AM +0100, Gianluca Cecchi wrote: > Hello, > I have a winxp sp3 VM that runs inside an oVirt 3.2 all-in-one install > in Fedora18 > I had spice-guest-tools-0.3 installed. > I stopped spice agent and then ran the 0.52 executable. > But now the VM doesn't start any

Re: [Spice-devel] raspberry f18 and no spice-xpi?

2013-03-11 Thread Christophe Fergeau
Hey, On Fri, Mar 08, 2013 at 10:19:05AM +0100, Gianluca Cecchi wrote: > some days ago I installed f18 on raspberry pi using > fedora-arm-installer and loading rpfr-f18-rc1.img > All went fine with the os but then when searching on installed system > and via yum I didn't find any spice-xpi package

[Spice-devel] [PATCH spice-gtk] spice-channel: Do not segfault fault if peer_msg was a NULL pointer

2013-03-11 Thread Dunrong Huang
$ remote-viewer spice://192.168.0.233:111 # 111 is not a valid spice port (remote-viewer:29381): GSpice-WARNING **: incomplete link header (-104/16) Segmentation fault (core dumped) $ gdb /usr/bin/remote-viewer core [Thread debugging using libthread_db enabled] Using host libthread_db library "/li