Re: [Spice-devel] [PATCH] Add new client_present and client capabilities fields to QXLRom

2012-08-29 Thread Gerd Hoffmann
Hi, > The scheme I had in mind was this: > > - When a new non-a8-capable client appears, don't send it any of the > a8 surfaces > > - If the client doesn't understand a8 surfaces, > > - keep all a8 surfaces rendered on the server side > > - if the guest sends a

Re: [Spice-devel] [PATCH] Add new client_present and client capabilities fields to QXLRom

2012-08-29 Thread Søren Sandmann
Gerd Hoffmann writes: >> I don't know of a good way to deal with the situation where the new >> client is unable to handle existing surfaces. > > We need a sensible solution here. If we can't handle capability > downgrade at runtime the capability negotiation between guest and client > doesn't m

Re: [Spice-devel] [PATCH] Add new client_present and client capabilities fields to QXLRom

2012-08-29 Thread Søren Sandmann
Alon Levy writes: >> Good question. >> >> I don't know of a good way to deal with the situation where the new >> client is unable to handle existing surfaces. I suppose in principle >> spice-server could emulate their existence, sending them as images, but >> I'm not familiar enough with spice-

Re: [Spice-devel] crash when using spice-client to connect a VM

2012-08-29 Thread Dominique Rodrigues
Hi all, I confirm that my crash problems were due to the lack of "-nographic" option when I use spice. Cheers Dominique On Tue, 21 Aug 2012 01:08:38 +0200, Dominique Rodrigues wrote: Hi again, I am not sure, but the reason is may be that the option : -nographic is missing in my la

Re: [Spice-devel] [PATCH spice-gtk] support automate >= 1.12 with new required AM_PROG_AR

2012-08-29 Thread Christophe Fergeau
On Wed, Aug 29, 2012 at 03:51:29PM +0300, Alon Levy wrote: > --- > configure.ac | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configure.ac b/configure.ac > index 38ceeab..70897cb 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -11,6 +11,8 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2

Re: [Spice-devel] [PATCH spice-gtk 0/6] Add simple HTTP CONNECT proxy support

2012-08-29 Thread David Jaša
Marc-André Lureau píše v Pá 24. 08. 2012 v 15:58 +0200: > Hi, > > The following series allows to connect to a Spice server via a HTTP > proxy, using the CONNECT method. It can be tested with a Squid proxy, > (which allows CONNECT on various ports) by setting the environment > variable SPICE_PROXY=

[Spice-devel] [PATCH spice-common] lz_compress_tmpl: silence incompatible pointer assignment warning

2012-08-29 Thread Alon Levy
cur_seg->lines is always uint8_t*, PIXEL may be that or uint16_t* or uint32_t*. --- common/lz_compress_tmpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lz_compress_tmpl.c b/common/lz_compress_tmpl.c index 7e2ce42..2b66833 100644 --- a/common/lz_compress_tmpl.c +++

Re: [Spice-devel] hi,can you help me on spice4xen?

2012-08-29 Thread David Jaša
Hi Zhang, As far as I know, spice server only works with qemu and stand-alone (Xspice), if you want to use it with Xen, you need to port it to Xen hypervisor completely. David zhang píše v Po 27. 08. 2012 v 16:19 +0800: > hi,my name is zhang,i am s chinese student studying computer.i am > sorry,

Re: [Spice-devel] [PATCH spice-gtk] support automate >= 1.12 with new required AM_PROG_AR

2012-08-29 Thread Marc-André Lureau
ack - Mensaje original - > --- > configure.ac | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configure.ac b/configure.ac > index 38ceeab..70897cb 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -11,6 +11,8 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2 -Wall > -Werror]) > LT_

[Spice-devel] [PATCH spice-gtk] support automate >= 1.12 with new required AM_PROG_AR

2012-08-29 Thread Alon Levy
--- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 38ceeab..70897cb 100644 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,8 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2 -Wall -Werror]) LT_INIT AM_MAINTAINER_MODE +m4_ifdef([AM_PROG_AR], [AM_P

Re: [Spice-devel] [PATCH] Add new client_present and client capabilities fields to QXLRom

2012-08-29 Thread Alon Levy
On Wed, Aug 29, 2012 at 02:58:14AM +0200, Søren Sandmann wrote: > Gerd Hoffmann writes: > > > On 08/27/12 19:20, Søren Sandmann Pedersen wrote: > >> From: Søren Sandmann Pedersen > >> > >> The client_present field is a byte that is set of non-zero when a > >> client is connected and to zero whe

Re: [Spice-devel] [PATCH spice-common] build-sys: remove Makefile from marshaller build dep

2012-08-29 Thread Christophe Fergeau
ACK Christophe On Wed, Aug 29, 2012 at 11:46:19AM +0200, Marc-André Lureau wrote: > The release tarballs ship with the generated files to avoid extra > build work and dependency. However, build was still tiggering a > regenration, because of Makefile change. > > Avoid required rebuild when runni

[Spice-devel] [PATCH spice-common] build-sys: remove Makefile from marshaller build dep

2012-08-29 Thread Marc-André Lureau
The release tarballs ship with the generated files to avoid extra build work and dependency. However, build was still tiggering a regenration, because of Makefile change. Avoid required rebuild when running ./configure (generating Makefile), there is no variable that could be tweaked, afaict. ---

Re: [Spice-devel] [Spice-commits] gtk/channel-smartcard.c

2012-08-29 Thread Christophe Fergeau
ACK Christophe On Tue, Aug 28, 2012 at 10:10:35AM -0700, Marc-André Lureau wrote: > gtk/channel-smartcard.c |9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > New commits: > commit 88ee2d1f5dcccdb6f92092292d86c5e2413cf2cf > Author: Marc-Andr?? Lureau > Date: Tue Aug 28 19

Re: [Spice-devel] spicy

2012-08-29 Thread Christophe Fergeau
On Tue, Aug 28, 2012 at 03:43:00PM +0200, Trebor Forban wrote: > Hello Anthony, > > thanks for your response. > > After trying various ppa's: > > deb http://ppa.launchpad.net/bderzhavets/lib-usbredir86/ubuntu quantal main > deb-src http://ppa.launchpad.net/bderzhavets/lib-usbredir86/ubuntu quant