From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cejDn-0002DF-8l for qemu-devel@nongnu.org; Fri, 17 Feb 2017 09:09:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cejDm-0001mh-Gv for qemu-devel@nongnu.org; Fri, 17 Feb 2017 09:09:15 -0500 Date: Fri, 17 Feb 2017 22:09:05 +0800 From: Fam Zheng Message-ID: <20170217140905.GB15819@lemon.lan> References: <20170207101359.GD19280@lemon.lan> <20170217132621.GH5338@noname.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170217132621.GH5338@noname.redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 2/7] iscsi: Handle -iscsi user/password in bdrv_parse_filename() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: pbonzini@redhat.com, Jeff Cody , qemu-devel@nongnu.org, qemu-block@nongnu.org On Fri, 02/17 14:26, Kevin Wolf wrote: > It is the one that it put into the QDict by iscsi_parse_iscsi_option(), > which is supposed to be the value from -iscsi. OK! This is what I was missing. :) Fam