From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH v4 3/5] libxl: add support for vscsi Date: Thu, 23 Apr 2015 09:10:25 -0400 Message-ID: <20150423131025.GB2294@l.oracle.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: Ian Jackson , Stefano Stabellini , Wei Liu , Ian Campbell , 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 Yes, backend. > to the other domU? Not sure if my libxl change covers that use case, and Using the ring-buffer? Communicate via the Xenstore? > how I would be able to verify such functionality. Hopefully merging my > series will not depend on such use case. Right, not dependent on it. > > > 'as-is' ? I thought there were some filtering done in the backend? > > Perhaps 'passthrough with filtering'? I will remove it. > > > > +Each VSCSI_SPEC_STRING consists of "pdev,vdev[,options]". > > > +'pdev' describes the physical device, preferable in a persistant format. > > What is 'persistent' format? > > Anything that uses identifiers provided by the hardware, like serial > numbers. /dev/disk/by-*/* for example. The h:c:t:l notation is not > persistant because the "h" part will change across reboots. You might want to define what you mean by that. Or include the example (/dev/disk/by-*/*). > > > > + > > > +=item C