From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1byya8-0000mQ-DN for qemu-devel@nongnu.org; Tue, 25 Oct 2016 06:03:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1byya7-00007s-Ld for qemu-devel@nongnu.org; Tue, 25 Oct 2016 06:03:44 -0400 Date: Tue, 25 Oct 2016 12:03:38 +0200 From: Kevin Wolf Message-ID: <20161025100338.GE4695@noname.str.redhat.com> References: <1476725535-3350-1-git-send-email-ashijeetacharya@gmail.com> <1476725535-3350-2-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-2-git-send-email-ashijeetacharya@gmail.com> Subject: Re: [Qemu-devel] [PATCH v3 1/5] block/ssh: Add ssh_has_filename_options_conflict() 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: > We have 5 options plus ("server") option which is added in the next > patch that conflict with specifying a SSH filename. We need to iterate > over all the options to check whether its key has an "server." prefix. > > This iteration will help us adding the new option "server" easily. > > Signed-off-by: Ashijeet Acharya > Reviewed-by: Max Reitz Reviewed-by: Kevin Wolf