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

2013-06-08 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

Re: [Spice-devel] [PATCH spice] RFC: add the NBD channel

2013-06-08 Thread Hans de Goede
Hi, Looks good, ack. Regards, Hans On 06/05/2013 05:35 PM, Marc-André Lureau wrote: See spice.proto RFC --- server/reds.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/server/reds.c b/server/reds.c index ae02e09..dd3005d 100644 --- a/server/reds.c +++ b/ser

Re: [Spice-devel] [PATCH spice-gtk 5/5] Teach spicy to use a NBD channel

2013-06-08 Thread Hans de Goede
Hi, Looks good, ack. Regards, Hans On 06/05/2013 05:39 PM, Marc-André Lureau wrote: --- gtk/spicy.c | 102 +++- 1 file changed, 95 insertions(+), 7 deletions(-) diff --git a/gtk/spicy.c b/gtk/spicy.c index dff9d44..0b5b1ea 100644 --

Re: [Spice-devel] [PATCH spice-gtk 4/5] Add NBD channel

2013-06-08 Thread Hans de Goede
Hi, Looks good, ack. Regards, Hans On 06/05/2013 05:39 PM, Marc-André Lureau wrote: This channel implements the NBD protocol and the port events defined by Spice protocol. --- doc/reference/spice-gtk-docs.xml | 1 + doc/reference/spice-gtk-sections.txt | 18 ++ doc/reference/spice

Re: [Spice-devel] [PATCH spice-gtk 3/5] Add SpiceVMC GIOStream

2013-06-08 Thread Hans de Goede
Hi, One note, I would prefer for the adding of the spice_vmc_write_* helpers to channel-base.c to be done in a separate commit. Other then that this looks good, ack. Regards, Hans On 06/05/2013 05:39 PM, Marc-André Lureau wrote: This allows to use conveniently GIOStream APIs without caring

Re: [Spice-devel] [PATCH spice-common] RFC: spice.proto: Start a NBD channel

2013-06-08 Thread Hans de Goede
Hi, Looks good (with your own comments as something to fix in the future, we may want to do that before doing an official release with this proto in there). Regards, Hans On 06/05/2013 05:34 PM, Marc-André Lureau wrote: The NBD channel is a specialized port channel which implements the NBD p

Re: [Spice-devel] [PATCH spice-gtk 1/5] coroutine: fix current coroutine

2013-06-08 Thread Hans de Goede
Hi, Looks good, ack. Regards, Hans On 06/05/2013 05:39 PM, Marc-André Lureau wrote: When leaving a coroutine, it swaps back to where it came from, not to the leader/main coroutine. --- gtk/coroutine_ucontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/corouti