Re: [Xen-devel] [PATCH v4 3/5] libxl: add support for vscsi

2015-05-06 Thread Olaf Hering
On Tue, May 05, Wei Liu wrote: > On Fri, Apr 17, 2015 at 08:30:58AM +, Olaf Hering wrote: > > +'pdev' describes the physical device, preferable in a persistant format. > "persistent", and please explain when "persistent format" is. Done. > > +The backend driver in the pvops kernel is part of

Re: [Xen-devel] [PATCH v4 3/5] libxl: add support for vscsi

2015-05-06 Thread Wei Liu
On Wed, May 06, 2015 at 08:58:29AM +0200, Olaf Hering wrote: > 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=[]

Re: [Xen-devel] [PATCH v4 3/5] libxl: add support for vscsi

2015-05-06 Thread Olaf Hering
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 _

Re: [Xen-devel] [PATCH v4 3/5] libxl: add support for vscsi

2015-05-05 Thread Wei Liu
On Fri, Apr 17, 2015 at 08:30:58AM +, Olaf Hering wrote: > Port pvscsi support from xend to libxl: > > vscsi=['pdev,vdev{,options}'] > xl scsi-attach > xl scsi-detach > xl scsi-list > > Signed-off-by: Olaf Hering > Cc: Ian Jackson > Cc: Stefano Stabellini > Cc: Ian Campbell > Cc: Wei

Re: [Xen-devel] [PATCH v4 3/5] libxl: add support for vscsi

2015-05-05 Thread Wei Liu
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 +, Olaf Hering wrote: > > > +=item B > > > + > > > +Specifies the PVSCSI devices to be provided to the guest. PVSCSI passes > > > +dom0 SCSI devi

Re: [Xen-devel] [PATCH v4 3/5] libxl: add support for vscsi

2015-04-23 Thread Konrad Rzeszutek Wilk
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 +, Olaf Hering wrote: > > > +=item B > > > + > > > +Specifies the PVSCSI devices to be provided to the guest. PVSCSI passes > > > +dom0 SCSI devi

Re: [Xen-devel] [PATCH v4 3/5] libxl: add support for vscsi

2015-04-22 Thread Olaf Hering
On Tue, Apr 21, Konrad Rzeszutek Wilk wrote: > On Fri, Apr 17, 2015 at 08:30:58AM +, 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 i

Re: [Xen-devel] [PATCH v4 3/5] libxl: add support for vscsi

2015-04-21 Thread Konrad Rzeszutek Wilk
On Fri, Apr 17, 2015 at 08:30:58AM +, Olaf Hering wrote: > Port pvscsi support from xend to libxl: > > vscsi=['pdev,vdev{,options}'] > xl scsi-attach > xl scsi-detach > xl scsi-list > > Signed-off-by: Olaf Hering > Cc: Ian Jackson > Cc: Stefano Stabellini > Cc: Ian Campbell > Cc: Wei

[Xen-devel] [PATCH v4 3/5] libxl: add support for vscsi

2015-04-17 Thread Olaf Hering
Port pvscsi support from xend to libxl: vscsi=['pdev,vdev{,options}'] xl scsi-attach xl scsi-detach xl scsi-list Signed-off-by: Olaf Hering Cc: Ian Jackson Cc: Stefano Stabellini Cc: Ian Campbell Cc: Wei Liu --- docs/man/xl.cfg.pod.5| 55 +++ docs/man/xl.pod.1