Re: [Spice-devel] help for spice-0.6.3

2011-02-20 Thread Songwen Liao
remove the configure arugument named --enable-opengl. 2011/2/21 > Send Spice-devel mailing list submissions to >spice-devel@lists.freedesktop.org > > To subscribe or unsubscribe via the World Wide Web, visit >http://lists.freedesktop.org/mailman/listinfo/spice-devel > or, via ema

Re: [Spice-devel] testing the spice protocol

2011-02-20 Thread Alon Levy
On Fri, Feb 18, 2011 at 11:13:27AM -0500, Bill Sanford wrote: > Is it possible there is a SPICE line protocol document that explains how the > protocol is structured? > 1. There is a document about spice 0.4 (0.6 is released and we are approaching 0.8): http://spice-space.org/docs/spice_protoc

Re: [Spice-devel] help for spice-0.6.3

2011-02-20 Thread Hans de Goede
Hi, On 02/12/2011 07:17 AM, ?? wrote: hello?? I have download the spice-0.6.3.tar.bz2 from http://www.spice-space.org When i compile and install spice, I have encountered some problem, I need some help ,Thanks The command "configure" have passed , no problem,bu

Re: [Spice-devel] [PATCH] protocol: RFC: add common channel caps for AUTH mechanism selection

2011-02-20 Thread Alon Levy
On Sun, Feb 13, 2011 at 04:29:15PM +0100, Marc-André Lureau wrote: > On Sun, Feb 13, 2011 at 4:30 PM, Hans de Goede wrote: > > Hi, > > > > On 02/13/2011 04:10 PM, Marc-André Lureau wrote: > >> > >> - Original Message - > >>> > >>> In general I like, I do have a few remarks though. > >>> >

[Spice-devel] testing the spice protocol

2011-02-20 Thread Bill Sanford
Is it possible there is a SPICE line protocol document that explains how the protocol is structured? APPENDIX A. Object Definitions - is an example of the description I am looking for to test the SPICE protocol. This example is from RFC 2205 (RSVP). There are 14 sections in Appendix A describi

[Spice-devel] help for spice-0.6.3

2011-02-20 Thread 张飓清
hello, I have download the spice-0.6.3.tar.bz2 fromhttp://www.spice-space.org When i compile and install spice, I have encountered some problem, I need some help ,Thanks The command "configure" have passed , no problem,but in compile process ,there is some mistakes T

Re: [Spice-devel] [PATCH 00/26] final part of red_channel refactor

2011-02-20 Thread Alon Levy
On Tue, Feb 15, 2011 at 02:28:48AM +0100, Marc-André Lureau wrote: > Hi Alon, > > On Fri, Feb 11, 2011 at 6:48 PM, Alon Levy wrote: > > Starts with using RedChannel in red_worker.c, then tries to use the > > marshaller > > all the way [1]. The later parts are mainly for adding multiple clients

Re: [Spice-devel] [PATCH 06/26] server/red_channel (all): add peer to config_socket sig

2011-02-20 Thread Alon Levy
On Tue, Feb 15, 2011 at 02:43:51AM +0100, Marc-André Lureau wrote: > Motivation? (it's loss of encapsulation, imho) > Because the peer belongs to a specific connection, which right now is synonymous with a channel, but later becomes not so, actually it belongs to a RedChannelClient (an entity I h

Re: [Spice-devel] [PATCH 07/26] server/tunnel: pass SpiceMarshaller reference from send

2011-02-20 Thread Alon Levy
On Tue, Feb 15, 2011 at 02:41:48AM +0100, Marc-André Lureau wrote: > On Fri, Feb 11, 2011 at 6:48 PM, Alon Levy wrote: > > Introduce SpiceMarshaller param to all send's that do add_buf > > ok, that makes sense, although I would personally prefer the method > get the marshaller from the channel in