Re: [Spice-devel] Announcing Spice 0.6.0

2010-09-01 Thread Bitman Zhou
Ok, I installed libjpeg-turbo and did the test again - force it to use jpeg wan compression although I am in 100Mbps LAN, the result is the same. I remembered that qemu-spice.kvm.v11 has low CPU usage (around 50% when playing movie). sino...@zgd-class-node:~$ ps -ef | grep kvm root 2070 32332

Re: [Spice-devel] RFC: spice vdagent protocol documentation

2010-09-01 Thread Hans de Goede
Hi, On 09/01/2010 09:24 PM, Yaniv Kaul wrote: On 9/1/2010 5:22 PM, Hans de Goede wrote: Hi All, This is a first draft version / a first attempt to document the spice vdagent protocol. This is meant to eventually go to the wiki. Question where on the wiki should I put this? spice vdagent prot

Re: [Spice-devel] RFC: spice vdagent protocol documentation

2010-09-01 Thread Yaniv Kaul
On 9/1/2010 5:22 PM, Hans de Goede wrote: Hi All, This is a first draft version / a first attempt to document the spice vdagent protocol. This is meant to eventually go to the wiki. Question where on the wiki should I put this? spice vdagent protocol --- For certain featu

[Spice-devel] [PATCH] spicec-x11: Fix going into a never ending loop upon xrandr event (#628573)

2010-09-01 Thread Hans de Goede
When handling an xrandr event the event_listener->on_monitors_change() callback destroys and re-creates the monitor object(s) which results in the DynamicScreen constructor being called, which triggers more xrandr events. This causes a never ending event handling loop making spicec hang, and eventu

Re: [Spice-devel] RFC: spice vdagent protocol documentation

2010-09-01 Thread Alon Levy
- "Hans de Goede" wrote: > Hi All, > > This is a first draft version / a first attempt to document the > spice vdagent protocol. This is meant to eventually go to the wiki. > > Question where on the wiki should I put this? > > spice vdagent protocol > --- > > For cert

[Spice-devel] RFC: spice vdagent protocol documentation

2010-09-01 Thread Hans de Goede
Hi All, This is a first draft version / a first attempt to document the spice vdagent protocol. This is meant to eventually go to the wiki. Question where on the wiki should I put this? spice vdagent protocol --- For certain features to work spice requires that the guest os

[Spice-devel] Fwd: [PATCH v2] spice-vmc: add a reset handler used to unregister spice interface (and trigger server mouse)

2010-09-01 Thread Alon Levy
bump - any reviewers? Gerd? - Forwarded Message - From: "Alon Levy" To: "spice-devel" Sent: Tuesday, August 31, 2010 2:57:43 PM (GMT+0200) Auto-Detected Subject: [Spice-devel] [PATCH v2] spice-vmc: add a reset handler used to unregister spice interface (and trigger server mouse) v2: u

Re: [Spice-devel] RFC: HowTo setup a spice live migration test setup

2010-09-01 Thread Gerd Hoffmann
Hi, 5. Migrating the vm to the other hypervisor --- To migrate the vm to the other hypervisor, you first need to start a vm on the other hypervisor ready to receive the vm state info from the running vm. Use the exact same qemu cmdline as you used to st

Re: [Spice-devel] [PATCH] spice-vmc: compiler warning fix on fprintf

2010-09-01 Thread Hans de Goede
Ack. On 09/01/2010 02:09 PM, Alon Levy wrote: --- hw/spice-vmc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/spice-vmc.c b/hw/spice-vmc.c index 1255d46..b9c5eb6 100644 --- a/hw/spice-vmc.c +++ b/hw/spice-vmc.c @@ -182,7 +182,7 @@ static void vmc_print_optiona

[Spice-devel] [PATCH] spice-vmc: compiler warning fix on fprintf

2010-09-01 Thread Alon Levy
--- hw/spice-vmc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/spice-vmc.c b/hw/spice-vmc.c index 1255d46..b9c5eb6 100644 --- a/hw/spice-vmc.c +++ b/hw/spice-vmc.c @@ -182,7 +182,7 @@ static void vmc_print_optional_subtypes(void) fprintf(stderr, "supported su

Re: [Spice-devel] Announcing Spice 0.6.0

2010-09-01 Thread Yonit Halperin
On 09/01/2010 12:14 PM, Bitman Zhou wrote: I am using Ubuntu 10.04, Lucid, x86_64: sino...@zgd-class-node:~/build/spice-0.6/qemu-spice.kvm.v18$ gcc -v Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:

[Spice-devel] [PATCH] server: avoid creating a stream from traces more than once for the same drawable

2010-09-01 Thread Yonit Halperin
could have caused ASSERT(!drawable->stream) in red_create_stream --- server/red_worker.c | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/server/red_worker.c b/server/red_worker.c index 36c2763..74d26fe 100644 --- a/server/red_worker.c +++ b/server/red_worker

Re: [Spice-devel] Announcing Spice 0.6.0

2010-09-01 Thread Bitman Zhou
I am using Ubuntu 10.04, Lucid, x86_64: sino...@zgd-class-node:~/build/spice-0.6/qemu-spice.kvm.v18$ gcc -v Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable

Re: [Spice-devel] Announcing Spice 0.6.0

2010-09-01 Thread Alon Levy
- "Bitman Zhou" wrote: > First thank you for your great job! > > I tried spice.kvm.v18 with spice-0.6.0. One build issue at > hw/spice-vmc.c, line 185 > >fprintf(stderr, *psubtype); > What error message do you get exactly? what compiler do you use? distribution? > And I foun

Re: [Spice-devel] Announcing Spice 0.6.0

2010-09-01 Thread Bitman Zhou
First thank you for your great job! I tried spice.kvm.v18 with spice-0.6.0. One build issue at hw/spice-vmc.c, line 185 fprintf(stderr, *psubtype); And I found the CPU usage is higher than 0.4.2. I don't know if the reason was that I still use the old Windows XP guest image. I did upg