From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1byyaf-0001Bp-3p for qemu-devel@nongnu.org; Tue, 25 Oct 2016 06:04:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1byyae-0000FN-GS for qemu-devel@nongnu.org; Tue, 25 Oct 2016 06:04:17 -0400 Date: Tue, 25 Oct 2016 12:04:07 +0200 From: Kevin Wolf Message-ID: <20161025100407.GG4695@noname.str.redhat.com> References: <1476725535-3350-1-git-send-email-ashijeetacharya@gmail.com> <1476725535-3350-5-git-send-email-ashijeetacharya@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476725535-3350-5-git-send-email-ashijeetacharya@gmail.com> Subject: Re: [Qemu-devel] [PATCH v3 4/5] block/ssh: Use InetSocketAddress options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ashijeet Acharya Cc: rjones@redhat.com, jcody@redhat.com, mreitz@redhat.com, eblake@redhat.com, berrange@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org, qemu-block@nongnu.org Am 17.10.2016 um 19:32 hat Ashijeet Acharya geschrieben: > Drop the use of legacy options in favour of the InetSocketAddress > options. > > Signed-off-by: Ashijeet Acharya > Reviewed-by: Max Reitz Reviewed-by: Kevin Wolf