From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH v4 3/5] libxl: add support for vscsi Date: Tue, 5 May 2015 10:58:26 +0100 Message-ID: <20150505095826.GD1455@zion.uk.xensource.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20150422080852.GA12884@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering Cc: Wei Liu , Ian Campbell , Stefano Stabellini , Ian Jackson , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, Apr 22, 2015 at 10:08:52AM +0200, Olaf Hering wrote: > On Tue, Apr 21, Konrad Rzeszutek Wilk wrote: > > > On Fri, Apr 17, 2015 at 08:30:58AM +0000, Olaf Hering wrote: > > > +=item B > > > + > > > +Specifies the PVSCSI devices to be provided to the guest. PVSCSI passes > > > +dom0 SCSI devices as-is to the guest. > > s/dom0/backend/ > > I will make that change. > > > As in theory you could run an HVM guest with an SCSI device passed in - and > > use said backed to pass the SCSI device to another guest. > > Sounds interesting. I assume you meant "backend"? How will the domU talk > to the other domU? Not sure if my libxl change covers that use case, and > how I would be able to verify such functionality. Hopefully merging my > series will not depend on such use case. We can already do that with network driver domain. DomUs communicate via xenstore. 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. Wei.