Re: [Qemu-devel] [PATCH 5/6] migration: Now set the migration uri

2017-11-29 Thread Daniel P. Berrange
On Wed, Nov 29, 2017 at 05:43:35PM +0100, Juan Quintela wrote: > "Daniel P. Berrange" wrote: > > On Wed, Nov 22, 2017 at 12:54:58PM +, Daniel P. Berrange wrote: > >> On Wed, Nov 22, 2017 at 01:29:57PM +0100, Juan Quintela wrote: > >> > "Daniel P. Berrange" wrote: > >> > > On Mon, Oct 30, 2017

Re: [Qemu-devel] [PATCH 5/6] migration: Now set the migration uri

2017-11-29 Thread Juan Quintela
"Daniel P. Berrange" wrote: > On Wed, Nov 22, 2017 at 12:54:58PM +, Daniel P. Berrange wrote: >> On Wed, Nov 22, 2017 at 01:29:57PM +0100, Juan Quintela wrote: >> > "Daniel P. Berrange" wrote: >> > > On Mon, Oct 30, 2017 at 12:21:11PM +0100, Juan Quintela wrote: > > > This is bad as it is th

Re: [Qemu-devel] [PATCH 5/6] migration: Now set the migration uri

2017-11-22 Thread Daniel P. Berrange
On Wed, Nov 22, 2017 at 12:54:58PM +, Daniel P. Berrange wrote: > On Wed, Nov 22, 2017 at 01:29:57PM +0100, Juan Quintela wrote: > > "Daniel P. Berrange" wrote: > > > On Mon, Oct 30, 2017 at 12:21:11PM +0100, Juan Quintela wrote: > > >> Signed-off-by: Juan Quintela > > >> --- > > >> migratio

Re: [Qemu-devel] [PATCH 5/6] migration: Now set the migration uri

2017-11-22 Thread Daniel P. Berrange
On Wed, Nov 22, 2017 at 01:29:57PM +0100, Juan Quintela wrote: > "Daniel P. Berrange" wrote: > > On Mon, Oct 30, 2017 at 12:21:11PM +0100, Juan Quintela wrote: > >> Signed-off-by: Juan Quintela > >> --- > >> migration/migration.c | 25 ++--- > >> migration/migration.h | 2 ++

Re: [Qemu-devel] [PATCH 5/6] migration: Now set the migration uri

2017-11-22 Thread Juan Quintela
"Daniel P. Berrange" wrote: > On Mon, Oct 30, 2017 at 12:21:11PM +0100, Juan Quintela wrote: >> Signed-off-by: Juan Quintela >> --- >> migration/migration.c | 25 ++--- >> migration/migration.h | 2 ++ >> migration/socket.c| 7 +++ >> 3 files changed, 27 insertions(

Re: [Qemu-devel] [PATCH 5/6] migration: Now set the migration uri

2017-11-03 Thread Daniel P. Berrange
On Mon, Oct 30, 2017 at 12:21:11PM +0100, Juan Quintela wrote: > Signed-off-by: Juan Quintela > --- > migration/migration.c | 25 ++--- > migration/migration.h | 2 ++ > migration/socket.c| 7 +++ > 3 files changed, 27 insertions(+), 7 deletions(-) > diff --git a/m