Re: [Spice-devel] spice vdagent in windows 7 32bit doesn't start on f16 after today update

2012-01-24 Thread Gianluca Cecchi
In the mean time I have reproduced the event where a copy/paste operation from host to guest generates agent: no in status bar of spicy window (but services.msc in windows xp says that the agent is running??? what is the exact meaning of the status bar information?) These are the latest lines pro

Re: [Spice-devel] [PATCH 1/4] Autodetect usbredir and PolicyKit by default

2012-01-24 Thread Marc-André Lureau
ack all - Mensaje original - > Currently, usb redirection and policykit are enabled by default, > and configure will error out if the required dependencies cannot > be found. This commit changes the default behaviour, by default > usb redirection/policykit support is automatically enabled/

[Spice-devel] [PATCH 4/4] Add check for Perl::Text::CSV

2012-01-24 Thread Christophe Fergeau
This check is only added to configure.ac contrary to the pyparsing patch. --- configure.ac | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 7ed01c2..2874cac 100644 --- a/configure.ac +++ b/configure.ac @@ -78,6 +78,16 @@ if test !

[Spice-devel] [PATCH 3/4] Add check for pyparsing

2012-01-24 Thread Christophe Fergeau
Check both in configure.ac (after checking if we need to rebuild the marshalling files) and in the python script using pyparsing (for people modifying .proto files in tarballs) --- configure.ac | 11 +++ python_modules/spice_parser.py | 10 +++--- 2 files changed,

[Spice-devel] [PATCH 2/4] Use PKG_CHECK_EXISTS for g-i has_symbol_prefix check

2012-01-24 Thread Christophe Fergeau
GOBJECT_INTROSPECTION_CHECK will alread test for the presence of gobject-introspection. The PKG_CHECK_MODULES(GOBJECT_INTROSPECTION) call only needs to set the has_symbol_prefix variable, so we can use PKG_CHECK_EXISTS here, and let GOBJECT_INTROSPECTION_CHECK do the rest of the work. --- configur

[Spice-devel] [PATCH 1/4] Autodetect usbredir and PolicyKit by default

2012-01-24 Thread Christophe Fergeau
Currently, usb redirection and policykit are enabled by default, and configure will error out if the required dependencies cannot be found. This commit changes the default behaviour, by default usb redirection/policykit support is automatically enabled/disabled depending on the availability of the

Re: [Spice-devel] [PATCH v2 murmur 2/2] replace lookup3 with MurmurHash3

2012-01-24 Thread Søren Sandmann
Alon Levy writes: > See http://code.google.com/p/smhasher/wiki/MurmurHash3 > > Performance quotes from there are 2.5 times what lookup3 can do, for > 32 bit variant, which is what we use: > > Lookup3_x86_32 - 1234 mb/sec > Lookup3_x64_32 - 1265 mb/sec > > MurmurHash3_x86_32 - 3105 m

Re: [Spice-devel] [Spice-commits] configure.ac

2012-01-24 Thread Alon Levy
On Tue, Jan 24, 2012 at 04:50:57PM +0100, Marc-André Lureau wrote: > hi > > On Tue, Jan 24, 2012 at 10:42 AM, Christophe Fergeau > wrote: > > Sounds good to me unless someone more knowledgeable chimes in :) > > Can you give me the bug # when you have opened it? > > Looks like we have an old winn

Re: [Spice-devel] [Spice-commits] configure.ac

2012-01-24 Thread Marc-André Lureau
hi On Tue, Jan 24, 2012 at 10:42 AM, Christophe Fergeau wrote: > Sounds good to me unless someone more knowledgeable chimes in :) > Can you give me the bug # when you have opened it? Looks like we have an old winner and several duplicates: https://bugs.launchpad.net/intltool/+bug/398571 Given

Re: [Spice-devel] Question about qemu spice memory use

2012-01-24 Thread Alon Levy
On Tue, Jan 24, 2012 at 07:42:01AM -0500, Josh Bressers wrote: > On Tue, Jan 24, 2012 at 4:47 AM, David Jaša wrote: > > Josh Bressers píše v Po 23. 01. 2012 v 12:24 -0500: > >> Hello, > >> > >> I'm not on the list, so if you could CC me on replies it would be most > >> appreciated. > >> > >> I tri

Re: [Spice-devel] Question about qemu spice memory use

2012-01-24 Thread Josh Bressers
On Tue, Jan 24, 2012 at 4:47 AM, David Jaša wrote: > Josh Bressers píše v Po 23. 01. 2012 v 12:24 -0500: >> Hello, >> >> I'm not on the list, so if you could CC me on replies it would be most >> appreciated. >> >> I tried to dig around for this bug but came up dry, I'm hoping someone >> here can p

[Spice-devel] Hong Quan L Liu is out of the office.

2012-01-24 Thread Hong Quan L Liu
I will be out of the office starting 01/21/2012 and will not return until 01/31/2012. ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

Re: [Spice-devel] Failure to compile spice-gtk

2012-01-24 Thread Christophe Fergeau
On Tue, Jan 24, 2012 at 10:00:38AM +0200, Yaniv Kaul wrote: > As usual, I'm having problems with the strict requirements of > spice-gtk (why can't it just disable usbredir if it does not find it > in the ./configure phase is beyond me). I suspect too old RPMs, but > I'm not sure where I should be t

Re: [Spice-devel] Question about qemu spice memory use

2012-01-24 Thread David Jaša
Josh Bressers píše v Po 23. 01. 2012 v 12:24 -0500: > Hello, > > I'm not on the list, so if you could CC me on replies it would be most > appreciated. > > I tried to dig around for this bug but came up dry, I'm hoping someone > here can point me in the right direction. > > I was playing Netflix

Re: [Spice-devel] Remote access for a physical machine

2012-01-24 Thread Alon Levy
On Tue, Jan 24, 2012 at 08:56:55AM +0100, Mellado García, Oscar (FA) wrote: >Hi, good morning. First, excuse for my English if I have any mistake. >  >My name is Oscar and I am the technical director of an R&D project in >which we are testing several solutions for remote access to m

Re: [Spice-devel] guest sessions freeze

2012-01-24 Thread Christophe Fergeau
On Mon, Jan 23, 2012 at 04:40:12PM -0600, Josh Restivo wrote: > I've seen other mention of a similar problem over the past year but no > resolution is ever given. I have two qemu-spice hosts at two different > physical locations. When I connect to either of them from spicy or > Christophe's osx por

Re: [Spice-devel] [Spice-commits] configure.ac

2012-01-24 Thread Christophe Fergeau
On Mon, Jan 23, 2012 at 03:17:43PM +0100, Marc-André Lureau wrote: > So it seems that GLIB_WITH_NLS does much more checks to find out which > combination of -lintl and -liconv is needed and changing LIBS > accordingly, which will then correctly link the mentionned test and > finally correctly set D

[Spice-devel] Remote access for a physical machine

2012-01-24 Thread FA
Hi, good morning. First, excuse for my English if I have any mistake. My name is Oscar and I am the technical director of an R&D project in which we are testing several solutions for remote access to machines (PCoIP, RGS from HP... I do not know if you know these protocols. How we are using now

Re: [Spice-devel] [PATCH spice] More comparison between signed and unsigned integer expressions warning fixes

2012-01-24 Thread Alon Levy
On Mon, Jan 23, 2012 at 08:35:51PM +0100, Hans de Goede wrote: > Turns out that more recent snapshots of gcc-4.7 emit even more of these, > so the fixes which I've done before tagging the 0.10.1 release are not > enough to build warning free with the latest gcc-4.7 snapshot . > > This fixes this.

Re: [Spice-devel] developer assistance

2012-01-24 Thread Alon Levy
On Mon, Jan 23, 2012 at 01:03:21PM -0500, William F Rotach wrote: >To spice-devel team: >߽ן I am interested in assisting with the Spice project.߽ן One of the list > of >"todo"s, Single Device Multiple Monitors >[[1]http://www.spice-space.org/page/Features/PCIMultipleOutput], looks

Re: [Spice-devel] [PATCH spice-gtk v2 1/2] Change the setting of the images cache size and the glz window size

2012-01-24 Thread Hans de Goede
Hi, On 01/24/2012 09:01 AM, Yonit Halperin wrote: Hi, On 01/23/2012 12:36 PM, Hans de Goede wrote: Hi, I've various remarks, see my comments inline. On 01/22/2012 09:12 AM, Yonit Halperin wrote: Set the default sizes to be the same as in the old linux spice client. cache_size=20M pixels (in

[Spice-devel] Failure to compile spice-gtk

2012-01-24 Thread Yaniv Kaul
As usual, I'm having problems with the strict requirements of spice-gtk (why can't it just disable usbredir if it does not find it in the ./configure phase is beyond me). I suspect too old RPMs, but I'm not sure where I should be taking newer ones (same goes to usbredir, but at least I can disa

Re: [Spice-devel] [PATCH spice-gtk v2 1/2] Change the setting of the images cache size and the glz window size

2012-01-24 Thread Yonit Halperin
Hi, On 01/23/2012 12:36 PM, Hans de Goede wrote: Hi, I've various remarks, see my comments inline. On 01/22/2012 09:12 AM, Yonit Halperin wrote: Set the default sizes to be the same as in the old linux spice client. cache_size=20M pixels (instead of 32M), window_size=8M pixels for a 64MB dev