Re: [Spice-devel] [PATCH spice-gtk 04/13] migration: set session migration during connect

2014-11-12 Thread Christophe Fergeau
On Wed, Nov 12, 2014 at 10:53:16AM -0500, Marc-André Lureau wrote: > > > - Original Message - > > Hi, > > > > On Sun, Nov 09, 2014 at 05:31:36PM +0100, Marc-André Lureau wrote: > > > Track the migration session earlier, so that disconnecting before > > > migration finished will abort and

Re: [Spice-devel] [PATCH spice-gtk 04/13] migration: set session migration during connect

2014-11-12 Thread Marc-André Lureau
- Original Message - > Hi, > > On Sun, Nov 09, 2014 at 05:31:36PM +0100, Marc-André Lureau wrote: > > Track the migration session earlier, so that disconnecting before > > migration finished will abort and release it. > > --- > > gtk/channel-main.c | 2 +- > > gtk/spice-session-p

Re: [Spice-devel] [PATCH spice-gtk 04/13] migration: set session migration during connect

2014-11-12 Thread Christophe Fergeau
I think short log should talk about "migration session", not "session migration" ? Christophe On Sun, Nov 09, 2014 at 05:31:36PM +0100, Marc-André Lureau wrote: > Track the migration session earlier, so that disconnecting before > migration finished will abort and release it. > --- > gtk/channel

Re: [Spice-devel] [PATCH spice-gtk 04/13] migration: set session migration during connect

2014-11-12 Thread Christophe Fergeau
Hi, On Sun, Nov 09, 2014 at 05:31:36PM +0100, Marc-André Lureau wrote: > Track the migration session earlier, so that disconnecting before > migration finished will abort and release it. > --- > gtk/channel-main.c | 2 +- > gtk/spice-session-priv.h | 1 - > gtk/spice-session.c | 12 +

[Spice-devel] [PATCH spice-gtk 04/13] migration: set session migration during connect

2014-11-09 Thread Marc-André Lureau
Track the migration session earlier, so that disconnecting before migration finished will abort and release it. --- gtk/channel-main.c | 2 +- gtk/spice-session-priv.h | 1 - gtk/spice-session.c | 12 ++-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/gtk/chan