Re: [Spice-devel] [PATCH spice-server 1/2] red_channel: stop sending ping messages after migration has completed

2013-05-02 Thread Hans de Goede
Hi, Looks good, ack series. Regards, Hans On 05/01/2013 08:19 PM, Yonit Halperin wrote: We mustn't send any msg to the client, besides MSG_MIGRATE_DATA, after we send MSG_MIGRATE. --- server/red_channel.c | 5 + 1 file changed, 5 insertions(+) diff --git a/server/red_channel.c

[Spice-devel] network down lead vm been shutdown

2013-05-02 Thread bigclouds
hi,all the connection between remote-viewer and guest is good, now unplug Network Cable, wait several minutes, then kill virt-viewer. now guest will be shutdwn. ---winxp.log of libvirt-- handle_dev_display_connect: connect handle_new_display_channel: add display channel client

Re: [Spice-devel] network down lead vm been shutdown

2013-05-02 Thread bigclouds
infos: spice-server-0.10.1-10.el6.x86_64,centos 6.3 At 2013-05-02 17:49:02,bigclouds bigclo...@163.com wrote: hi,all the connection between remote-viewer and guest is good, now unplug Network Cable, wait several minutes, then kill virt-viewer. now guest will be shutdwn. ---winxp.log of

[Spice-devel] [vdagent-win PATCH] vdagent: support sparse monitors config

2013-05-02 Thread Arnon Gilboa
rhbz #953973 --- vdagent/vdagent.cpp |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/vdagent/vdagent.cpp b/vdagent/vdagent.cpp index dde967c..118cafd 100644 --- a/vdagent/vdagent.cpp +++ b/vdagent/vdagent.cpp @@ -622,6 +622,11 @@ bool

Re: [Spice-devel] [vdagent-win PATCH] vdagent: support sparse monitors config

2013-05-02 Thread Hans de Goede
Looks good, ACK. On 05/02/2013 04:17 PM, Arnon Gilboa wrote: rhbz #953973 --- vdagent/vdagent.cpp |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/vdagent/vdagent.cpp b/vdagent/vdagent.cpp index dde967c..118cafd 100644 --- a/vdagent/vdagent.cpp +++

Re: [Spice-devel] Spice backend for Weston

2013-05-02 Thread David Jaša
[resending to the list, Юрий, please reply to this message] Hi, Shvedov Yury píše v Po 29. 04. 2013 v 16:37 +0400: Hello. As part of my course work, I've developed spice backend for Weston (the reference implementation of Wayland compositor). Nice! Currently this uses Wayland's

Re: [Spice-devel] network down lead vm been shutdown

2013-05-02 Thread David Jaša
What's interesting is that !worker-surfaces[surface_id].context.canvas string in RH bugzilla returns bug 674055 that is duplicate of bug 678208 (in qemu-kvm) that should have been fixed in RHEL 6.3. Could you retest on centos 6.4, please? There were similar bugs fixed in 6.4 cycle. David

[Spice-devel] ARM question

2013-05-02 Thread Fabio Fantoni
I see that there aren't arm builds for spice on debian, it seem that fedora has one: http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=110220 I'm interested to buy arm thin client and (before buy) I wish to know if is possible to build spice-client-gtk and dependencies easy or with

Re: [Spice-devel] Spice backend for Weston

2013-05-02 Thread Shvedov Yury
Hi, Thanks for your interest. [resending to the list, Юрий, please reply to this message] Hi, Shvedov Yury píše v Po 29. 04. 2013 v 16:37 +0400: Hello. As part of my course work, I've developed spice backend for Weston (the reference implementation of Wayland compositor).

[Spice-devel] virt-viewer spice

2013-05-02 Thread Ignazio Cassano
Hi all, I' d lime to know in virt-viewer could use gstreamer instead of pulseaudio with spice protocol. If I run remote-viewer without an active pulseaudio process, it gives me an error. Many thanks and Regards Ignazio Cassano Csi Piemonte

Re: [Spice-devel] virt-viewer spice

2013-05-02 Thread Marc-André Lureau
Hi - Mensaje original - Hi all, I' d lime to know in virt-viewer could use gstreamer instead of pulseaudio with spice protocol. If I run remote-viewer without an active pulseaudio process, it gives me an error. Many thanks and Regards You can configure spice-gtk with

Re: [Spice-devel] [win-vdagent PATCH] vdagent: protect against NULL entry in _displays

2013-05-02 Thread Marc-André Lureau
Hi On Tue, Apr 30, 2013 at 12:10 PM, Uri Lublin u...@redhat.com wrote: if (display_count) { There is at least one more use you forgot, and that caused still a crash if (min_x || min_y) { for (iter = _displays.begin(); iter != _displays.end(); iter++) { +if (!*iter) { +

Re: [Spice-devel] [win-vdagent PATCH] vdagent: protect against NULL entry in _displays

2013-05-02 Thread Marc-André Lureau
So when this happens (even if the agent is fixed to not crash), then we get randomly loaded drivers assigned to channels A guest monitor 3 might end up on display channel 4 if for example, driver failed to load for card associated to display channel 3.. This means that virt-viewer will show a

Re: [Spice-devel] network down lead vm been shutdown

2013-05-02 Thread bigclouds
hi, Hans de Goede please first have a look at https://bugzilla.redhat.com/show_bug.cgi?id=852897 , this link does not give a final result my problem look like same . system:spice-server-0.10.1-10.el6.x86_64 centos6.3. guest is winxp-32B what should i do, update spice-server or guest agent