From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjmVR-0000re-FE for qemu-devel@nongnu.org; Tue, 13 Sep 2016 08:08:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjmVM-0001P7-F3 for qemu-devel@nongnu.org; Tue, 13 Sep 2016 08:08:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjmVM-0001Ol-9O for qemu-devel@nongnu.org; Tue, 13 Sep 2016 08:08:00 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 49B3A6572C for ; Tue, 13 Sep 2016 12:07:59 +0000 (UTC) From: Juan Quintela In-Reply-To: <1473757721-10601-1-git-send-email-dgilbert@redhat.com> (David Alan Gilbert's message of "Tue, 13 Sep 2016 10:08:41 +0100") References: <1473757721-10601-1-git-send-email-dgilbert@redhat.com> Reply-To: quintela@redhat.com Date: Tue, 13 Sep 2016 14:07:56 +0200 Message-ID: <87wpig6m03.fsf@emacs.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v2] migration: Fix seg with missing port List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, berrange@redhat.com, amit.shah@redhat.com, eblake@redhat.com "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. > > Signed-off-by: Dr. David Alan Gilbert > > -- > v2 > More Error * boilerplate Reviewed-by: Juan Quintela Integrated for 2.8 on my tree. Thanks,