[Spice-devel] 回复: MacOS SPICE client

2013-05-17 Thread jojo
Hi, Ok, i will try to compile it :) Thanks, - Jojo 在 2013年5月17日星期五,下午7:40,Christophe Fergeau 写道: > Hi, > > On Fri, May 17, 2013 at 05:00:56PM +0800, jojo wrote: > > Hi, > > Can you share source code of OSX ? > > > > I want to debug for learning the protocol in my MBP easily :) >

[Spice-devel] spice server release 0.12.3

2013-05-17 Thread Alon Levy
I'm pleased to announce a bug fixing minor release of spice server: http://spice-space.org/download/releases/spice-0.12.3.tar.bz2 here is the excerpt from NEWS: * monitor client bandwidth and latency. * dynamically adjust video stream quality based on client bandwidth & latency. ** new SPICE_MSG

Re: [Spice-devel] [PATCH 0/9] 0.12.3 + a bunch of small fixes I had laying around

2013-05-17 Thread Hans de Goede
Looks good, ACK series, On 05/17/2013 05:08 PM, Alon Levy wrote: Feel free to shoot down anything (like the rename for no apparent reason other then using the word cap) Alon Levy (9): server/red_worker: s/driver_has_monitors_config/driver_cap_monitors_config/ (plus small comment)

Re: [Spice-devel] resolution

2013-05-17 Thread David Jaša
Why don't you use remote-viewer? It's available precompiled for download at downloads page and it will work better for you if you want just to use spice. On topic - the client resolution change is the way of old spicec to get remote guest monitor displayed fullscreen as it made almost no harm on C

[Spice-devel] spice-html5 development plan

2013-05-17 Thread jeasonw
Hi: What is the development plans of spice-html5?___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] Resolution

2013-05-17 Thread ????????
When I have compiled spicy.exe on fodera14,run it on windows,the resolution(DPI) and colour will change both local and remote desktop.Can you help me?Thank you~___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/m

[Spice-devel] resolution

2013-05-17 Thread ????????
When I have compiled spicy.exe on fodera14,run it on windows,the resolution(DPI) and colour will change both local and remote desktop.Can you help me?Thank you~___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/m

[Spice-devel] Resolution

2013-05-17 Thread ????????
When I have compiled spicy.exe on fodera14,run it on windows,the resolution(DPI) and colour will change both local and remote desktop.Can you help me?Thank you~___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/m

[Spice-devel] [PATCH 9/9] 0.12.3 release

2013-05-17 Thread Alon Levy
--- NEWS | 18 ++ configure.ac | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 30912c5..acfffb8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +Major changes in 0.12.3: + +* monitor client bandwidth and lat

[Spice-devel] [PATCH 8/9] server/red_parse_qxl: two coding convention pointer cast fix

2013-05-17 Thread Alon Levy
--- server/red_parse_qxl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/red_parse_qxl.c b/server/red_parse_qxl.c index 4b39029..65781e7 100644 --- a/server/red_parse_qxl.c +++ b/server/red_parse_qxl.c @@ -104,7 +104,7 @@ static size_t red_get_data_chunks_ptr(RedMe

[Spice-devel] [PATCH 7/9] server/dispatchers: initialize stack to 0 for valgrind

2013-05-17 Thread Alon Levy
--- server/main_dispatcher.c | 2 +- server/red_dispatcher.c | 8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/server/main_dispatcher.c b/server/main_dispatcher.c index 92b0791..e7a451a 100644 --- a/server/main_dispatcher.c +++ b/server/main_dispatcher.c @@ -78,7 +78,7

[Spice-devel] [PATCH 6/9] server/red_dispatcher: close pa hole in RedWorkerMessageDisplayConnect for valgrind

2013-05-17 Thread Alon Levy
--- server/red_dispatcher.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/red_dispatcher.h b/server/red_dispatcher.h index 4d0d2a8..7d23b11 100644 --- a/server/red_dispatcher.h +++ b/server/red_dispatcher.h @@ -43,10 +43,10 @@ void red_dispatcher_client_monitors_c

[Spice-devel] [PATCH 5/9] server/tests: test_display_width_stride

2013-05-17 Thread Alon Levy
--- server/tests/Makefile.am | 8 ++- server/tests/test_display_base.c | 48 ++--- server/tests/test_display_base.h | 13 + server/tests/test_display_width_stride.c | 92 4 files changed, 154 insertions(+), 7 deletio

[Spice-devel] [PATCH 4/9] server/red_worker: simplify monitors_config update

2013-05-17 Thread Alon Levy
--- server/red_worker.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/server/red_worker.c b/server/red_worker.c index 14d219b..f047d29 100644 --- a/server/red_worker.c +++ b/server/red_worker.c @@ -1279,6 +1279,9 @@ static MonitorsConfig *monitors_config_getref

[Spice-devel] [PATCH 3/9] server/tests/test_display_base: add missing set_client_capabilities, fix client_monitors_config signature

2013-05-17 Thread Alon Levy
--- server/tests/test_display_base.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/server/tests/test_display_base.c b/server/tests/test_display_base.c index 588e960..8657e91 100644 --- a/server/tests/test_display_base.c +++ b/server/tests/test_display_base.c @@ -

[Spice-devel] [PATCH 2/9] server/red_worker: turn critical (assert) non error into warning

2013-05-17 Thread Alon Levy
The situation causing this assert is unknown but it doesn't cause correctness issues with later rendering, and it is causing an abort. --- server/red_worker.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server/red_worker.c b/server/red_worker.c index 8f3e478..14d219b 10

[Spice-devel] [PATCH 1/9] server/red_worker: s/driver_has_monitors_config/driver_cap_monitors_config/ (plus small comment)

2013-05-17 Thread Alon Levy
--- server/red_worker.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/server/red_worker.c b/server/red_worker.c index fb736b5..8f3e478 100644 --- a/server/red_worker.c +++ b/server/red_worker.c @@ -1040,7 +1040,7 @@ typedef struct RedWorker { uint64_t *comma

[Spice-devel] [PATCH 0/9] 0.12.3 + a bunch of small fixes I had laying around

2013-05-17 Thread Alon Levy
Feel free to shoot down anything (like the rename for no apparent reason other then using the word cap) Alon Levy (9): server/red_worker: s/driver_has_monitors_config/driver_cap_monitors_config/ (plus small comment) server/red_worker: turn critical (assert) non error into warning ser

Re: [Spice-devel] [PATCH spice-gtk] widget: remove grab key filter

2013-05-17 Thread Christophe Fergeau
On Thu, May 16, 2013 at 09:32:33PM +0200, Marc-André Lureau wrote: > Thanks for checking history, but no, this patch actually removes the filter > entirely. The commit you mentionned removed it already partially. Ah right, I read it backward ;) ACK. Christophe pgpLqftw7G5Mk.pgp Description: PGP

Re: [Spice-devel] where to find msg type and its meaning

2013-05-17 Thread Christophe Fergeau
On Fri, May 17, 2013 at 11:17:30AM +0800, bigclouds wrote: > hi, > version 0.10.1 rpm > please tell me the meaningof 107,109,110, where to find its define. > > > red_peer_receive: No route to host > red_channel_client_disconnect: 0x7fb1b8606650 (channe

Re: [Spice-devel] 回复: MacOS SPICE client

2013-05-17 Thread Christophe Fergeau
Hi, On Fri, May 17, 2013 at 05:00:56PM +0800, jojo wrote: > Hi, > Can you share source code of OSX ? > > I want to debug for learning the protocol in my MBP easily :) The client is all free software, and the code is already available online, just follow the building steps, and this will do

Re: [Spice-devel] spice-vdagent on Ovirt 3.1

2013-05-17 Thread Marian Krcmarik
- Original Message - > From: "Terrence Wu (吳星輝)" > To: "Marian Krcmarik" > Cc: spice-devel@lists.freedesktop.org > Sent: Wednesday, May 15, 2013 10:33:33 AM > Subject: RE: [Spice-devel] spice-vdagent on Ovirt 3.1 > > Hi, > > Thanks for your response. > We have another question, is it

Re: [Spice-devel] which chennel whose value is 2 or 5?

2013-05-17 Thread David Jaša
Hi, bigclouds píše v Pá 17. 05. 2013 v 10:51 +0800: > hi, please tell me what is the channel type whose value is 2 ,5? as defined in this enum of spice-protocol: http://cgit.freedesktop.org/spice/spice-protocol/tree/spice/enums.h#n368 2 is display channel and 5 is playback channel David > a

[Spice-devel] 回复: MacOS SPICE client

2013-05-17 Thread jojo
Hi, Can you share source code of OSX ? I want to debug for learning the protocol in my MBP easily :) Thanks, - Jojo 在 2013年5月7日星期二,下午10:27,Christophe Fergeau 写道: > Hey Edwin, > > On Tue, Apr 16, 2013 at 04:36:45PM +0200, Edwin Peer wrote: > > After battling unsuccessfully with jhbuild