Re: [Qemu-devel] [PATCH v2] migration: Fix seg with missing port

2016-09-13 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > The command : >migrate tcp:localhost: > >currently segs; fix it so it now says: > >error parsing address 'localhost:' > > and the same for -incoming. > >

Re: [Qemu-devel] [PATCH v2] migration: Fix seg with missing port

2016-09-13 Thread Daniel P. Berrange
On Tue, Sep 13, 2016 at 10:08:41AM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > The command : >migrate tcp:localhost: > >currently segs; fix it so it now says: > >error parsing address 'localhost:' > > and the same for

[Qemu-devel] [PATCH v2] migration: Fix seg with missing port

2016-09-13 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" The command : migrate tcp:localhost: currently segs; fix it so it now says: error parsing address 'localhost:' and the same for -incoming. Signed-off-by: Dr. David Alan Gilbert -- v2 More Error *