From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH v4 3/5] libxl: add support for vscsi Date: Wed, 6 May 2015 08:58:29 +0200 Message-ID: <20150506065829.GA28758@aepfle.de> References: <1429259460-30491-1-git-send-email-olaf@aepfle.de> <1429259460-30491-4-git-send-email-olaf@aepfle.de> <20150421140537.GC32209@l.oracle.com> <20150422080852.GA12884@aepfle.de> <20150505095826.GD1455@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20150505095826.GD1455@zion.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: xen-devel@lists.xen.org, Ian Jackson , Ian Campbell , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Tue, May 05, Wei Liu wrote: > The first step is to not use anything hardcoded domid in you xenstore > paths, i.e. do not make assumption on the domain that runs the backend. Once someone wants that for pvscsi the vscsi=[] syntax has to be adjusted to also recognize another string. Olaf