[Spice-devel] Wiki antispam changes

2011-11-10 Thread Daniel P. Berrange
FYI, I have just gone through and deleted about 200 spam pages from the wiki. As an anti-spam meansure, all users on the wiki must confirm their email address before they will be allowed to make further edits. This can be done from the user preferences page after logging in, or just try to edit a

Re: [Spice-devel] How do I install vioser in virt-manager?

2011-11-10 Thread Todd And Margo Chester
On 11/10/2011 12:56 PM, Alon Levy wrote: Todd, Sorry for the OT, but I'm really having a hard time reading your emails, I'm using mutt and to read html I pipe it through lynx, it's hard to see what is new and what is old. What are your current problems? Alon Oops. Will resend in plane

Re: [Spice-devel] Announcing spice 0.10.0 and spice-protocol 0.10.0

2011-11-10 Thread Todd And Margo Chester
On 11/10/2011 12:46 PM, Alon Levy wrote: On Thu, Nov 10, 2011 at 11:30:26AM -0800, Todd And Margo Chester wrote: On 11/10/2011 11:15 AM, Alon Levy wrote: Hi All, I'm happy to announce the first release in the 0.10.x stable series. Main change from 0.9.1 is semi-seamless migration support, the

Re: [Spice-devel] Announcing spice 0.10.0 and spice-protocol 0.10.0

2011-11-10 Thread Todd And Margo Chester
On 11/10/2011 12:46 PM, Alon Levy wrote: On Thu, Nov 10, 2011 at 11:30:26AM -0800, Todd And Margo Chester wrote: On 11/10/2011 11:15 AM, Alon Levy wrote: Hi All, I'm happy to announce the first release in the 0.10.x stable series. Main change from 0.9.1 is semi-seamless migration support, the

Re: [Spice-devel] How do I install vioser in virt-manager?

2011-11-10 Thread Alon Levy
On Thu, Nov 10, 2011 at 10:58:04AM -0800, Todd And Margo Chester wrote: >On 11/09/2011 12:51 PM, Alon Levy wrote: > Todd, Sorry for the OT, but I'm really having a hard time reading your emails, I'm using mutt and to read html I pipe it through lynx, it's hard to see what is new and what

Re: [Spice-devel] Announcing spice 0.10.0 and spice-protocol 0.10.0

2011-11-10 Thread Alon Levy
On Thu, Nov 10, 2011 at 11:30:26AM -0800, Todd And Margo Chester wrote: > On 11/10/2011 11:15 AM, Alon Levy wrote: > >Hi All, > > > >I'm happy to announce the first release in the 0.10.x > >stable series. Main change from 0.9.1 is semi-seamless migration support, > >the complete list of changes fro

Re: [Spice-devel] Announcing spice 0.10.0 and spice-protocol 0.10.0

2011-11-10 Thread Todd And Margo Chester
On 11/10/2011 11:15 AM, Alon Levy wrote: Hi All, I'm happy to announce the first release in the 0.10.x stable series. Main change from 0.9.1 is semi-seamless migration support, the complete list of changes from 0.9.1 follows: Major changes in 0.10.0: * 32 bit (little en

[Spice-devel] Announcing spice 0.10.0 and spice-protocol 0.10.0

2011-11-10 Thread Alon Levy
Hi All, I'm happy to announce the first release in the 0.10.x stable series. Main change from 0.9.1 is semi-seamless migration support, the complete list of changes from 0.9.1 follows: Major changes in 0.10.0: * 32 bit (little endian) server builds. * ABI compatible with

Re: [Spice-devel] [PATCH 1/3] server/main_channel: use PRIu64 where needed

2011-11-10 Thread Marc-André Lureau
ack the 3 On Thu, Nov 10, 2011 at 3:30 PM, Alon Levy wrote: > --- >  server/main_channel.c |    6 -- >  1 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/server/main_channel.c b/server/main_channel.c > index 24cdaea..0ce3b48 100644 > --- a/server/main_channel.c > +++ b/server/

[Spice-devel] [PATCH 3/3] server/mjpeg_encoder: use size_t * consistently

2011-11-10 Thread Alon Levy
fix another 64 bit-ism. unsigned long != size_t in general. --- server/mjpeg_encoder.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/mjpeg_encoder.c b/server/mjpeg_encoder.c index 4b1023a..599d4f5 100644 --- a/server/mjpeg_encoder.c +++ b/server/mjpeg_encoder.c

[Spice-devel] [PATCH 2/3] server/main_channel: fix pointer-to-int-cast error

2011-11-10 Thread Alon Levy
64 bit-ism removed. --- server/main_channel.c | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/server/main_channel.c b/server/main_channel.c index 0ce3b48..4b5b669 100644 --- a/server/main_channel.c +++ b/server/main_channel.c @@ -213,13 +213,18 @@ static PipeItem

[Spice-devel] [PATCH 1/3] server/main_channel: use PRIu64 where needed

2011-11-10 Thread Alon Levy
--- server/main_channel.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/server/main_channel.c b/server/main_channel.c index 24cdaea..0ce3b48 100644 --- a/server/main_channel.c +++ b/server/main_channel.c @@ -19,6 +19,7 @@ #include #endif +#include #include

Re: [Spice-devel] [PATCH spice-protocol] autogen.sh: handle ORIGDIR with spaces

2011-11-10 Thread Marc-André Lureau
sure ack On Thu, Nov 10, 2011 at 2:47 PM, Alon Levy wrote: > --- > jenkins adds a space to the workspace, and failed on this. > >  autogen.sh |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/autogen.sh b/autogen.sh > index 950c2f4..3e6f2cd 100755 > --- a/autogen.sh >

[Spice-devel] [PATCH spice-protocol] autogen.sh: handle ORIGDIR with spaces

2011-11-10 Thread Alon Levy
--- jenkins adds a space to the workspace, and failed on this. autogen.sh |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/autogen.sh b/autogen.sh index 950c2f4..3e6f2cd 100755 --- a/autogen.sh +++ b/autogen.sh @@ -157,7 +157,7 @@ do_cmd $AUTOHEADER do_cmd $AUTOMAKE $AUT

Re: [Spice-devel] How do I install vioser in virt-manager?

2011-11-10 Thread Marian Krcmarik
- Original Message - > From: "Todd And Margo Chester" > To: "Spice Devel" > Sent: Wednesday, November 9, 2011 8:07:57 PM > Subject: [Spice-devel] How do I install vioser in virt-manager? > > Hi All, > > Scientific Linux 6.2 x64 > host: kvm > guest: XP-Pro x32 > spice 0.8.x > > I give u

Re: [Spice-devel] can I attach a pitcher on this list?

2011-11-10 Thread Alon Levy
On Wed, Nov 09, 2011 at 07:32:47PM -0800, Todd & Margo wrote: >Hi All, > Can I attach a picture on this mailing list, or is that considered >bad manners? but better to use a link - use imagebin, saves bandwidth and forests. Alon >Many thanks, >-T >

Re: [Spice-devel] can I attach a pitcher on this list?

2011-11-10 Thread Alon Levy
On Wed, Nov 09, 2011 at 07:32:47PM -0800, Todd & Margo wrote: >Hi All, > Can I attach a picture on this mailing list, or is that considered >bad manners? As long as you are asking: yes. but text email is prefered. Thanks, Alon >Many thanks, >-T >

Re: [Spice-devel] OpenGL "passthrough"

2011-11-10 Thread Alon Levy
On Thu, Nov 10, 2011 at 08:27:52AM +0200, Yonit Halperin wrote: > On 11/09/2011 07:06 PM, Alon Levy wrote: > >On Wed, Nov 09, 2011 at 04:57:23PM +, Mosebach Kai wrote: > >>Both would be very helpful :-) And important from a market/competitive > >>point of view. > >> > >>Please let me have a lo