[Spice-devel] what is the theory of detecting network status(bandwidth)

2013-06-09 Thread bigclouds
hi,all 1.how server detect network status? 2.what is the standard of LOW,HIGH bangwidth? thanks___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] [USBCLERK PATCH] get_dev_info: ignore devices with no install_state information

2013-06-09 Thread Uri Lublin
It may happen (not sure how) that a single device appears twice in the list of USB devices. Only one entry has information for the currently installed device/driver. If that happens, currently we just pick the first one, which may be an invalid entry that says a nont-WinUSB (e.g. USBSTOR) is the

Re: [Spice-devel] [USBCLERK PATCH] get_dev_info: ignore devices with no install_state information

2013-06-09 Thread Hans de Goede
ACK. On 06/09/2013 01:30 PM, Uri Lublin wrote: It may happen (not sure how) that a single device appears twice in the list of USB devices. Only one entry has information for the currently installed device/driver. If that happens, currently we just pick the first one, which may be an invalid

Re: [Spice-devel] [PATCH spice-protocol] vd_agent: Add caps for the agent to signal the guest line-ending (rhbz#752350)

2013-06-09 Thread agilboa
So conversion is client-only responsibility, while the agent only needs to advertise its line-ending? seems simpler than conversion in both sides. On 06/05/2013 04:18 PM, Hans de Goede wrote: When copy and pasting between a Linux guest and a Windows client or visa versa, the line-endings of

Re: [Spice-devel] [PATCH spice-protocol] vd_agent: Add caps for the agent to signal the guest line-ending (rhbz#752350)

2013-06-09 Thread Hans de Goede
Hi, On 06/09/2013 03:03 PM, agil...@redhat.com wrote: So conversion is client-only responsibility, while the agent only needs to advertise its line-ending? seems simpler than conversion in both sides. Yep, that is the idea! So the windows agent-side patch for bug 872252 should be a one liner

Re: [Spice-devel] [PATCH spice-protocol] vd_agent: Add caps for the agent to signal the guest line-ending (rhbz#752350)

2013-06-09 Thread agilboa
On 06/09/2013 04:06 PM, Hans de Goede wrote: Hi, On 06/09/2013 03:03 PM, agil...@redhat.com wrote: So conversion is client-only responsibility, while the agent only needs to advertise its line-ending? seems simpler than conversion in both sides. Yep, that is the idea! So the windows

[Spice-devel] [vdagent-win] vdagent: advertise CRLF line-ending

2013-06-09 Thread Arnon Gilboa
rhbz#872252 --- vdagent/vdagent.cpp |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/vdagent/vdagent.cpp b/vdagent/vdagent.cpp index a061973..307b7da 100644 --- a/vdagent/vdagent.cpp +++ b/vdagent/vdagent.cpp @@ -796,6 +796,7 @@ bool

Re: [Spice-devel] [vdagent-win] vdagent: advertise CRLF line-ending

2013-06-09 Thread Hans de Goede
ACK :) Note I plan to write the client side of this, so the actual conversion code next week. On 06/09/2013 03:31 PM, Arnon Gilboa wrote: rhbz#872252 --- vdagent/vdagent.cpp |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/vdagent/vdagent.cpp b/vdagent/vdagent.cpp

Re: [Spice-devel] [vdagent-win] vdagent: advertise CRLF line-ending

2013-06-09 Thread agilboa
Cool, so I'll push it when both protocol client patches are in. On 06/09/2013 04:23 PM, Hans de Goede wrote: ACK :) Note I plan to write the client side of this, so the actual conversion code next week. On 06/09/2013 03:31 PM, Arnon Gilboa wrote: rhbz#872252 --- vdagent/vdagent.cpp |

[Spice-devel] New SPICE client for Android

2013-06-09 Thread iiordanov
Hello everyone!I put together my multi-touch UI from bVNC with spice-gtk to create a SPICE client for Android called aSPICE. It has integrated SSH tunneling functionality. The entire project is open source, and is currently based on spice-gtk v.0.19. The source is available here: