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

2013-11-15 Thread Marc-André Lureau
From: Marc-André Lureau --- gtk/spicy.c | 101 +++- 1 file changed, 94 insertions(+), 7 deletions(-) diff --git a/gtk/spicy.c b/gtk/spicy.c index dff9d44..7f6a169 100644 --- a/gtk/spicy.c +++ b/gtk/spicy.c @@ -97,6 +97,7 @@ struct spice_co

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 5/5] Teach spicy to use a NBD channel

2013-06-05 Thread Marc-André Lureau
Hi On Thu, Jun 6, 2013 at 12:36 AM, Alon Levy wrote: > > > > @@ -1475,6 +1543,7 @@ static void port_opened(SpiceChannel *channel, > > GParamSpec *pspec, > > /* only send a break event and disconnect */ > > if (g_strcmp0(name, "org.spice.spicy.break") == 0) { > > s

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

2013-06-05 Thread Alon Levy
Looks good except for an unrelated bit you left in there, marked below. > --- > 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 > --- a

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

2013-06-05 Thread Marc-André Lureau
--- 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 --- a/gtk/spicy.c +++ b/gtk/spicy.c @@ -97,6 +97,7 @@ struct spice_connection { SpiceSessi