Re: [Xen-devel] [PATCH V5 0/5] Add XEN pvSCSI support

2014-08-26 Thread David Vrabel
On 23/08/14 01:40, Konrad Rzeszutek Wilk wrote: On Fri, Aug 22, 2014 at 02:21:55PM -0700, Nicholas A. Bellinger wrote: For the XEN scsiback parts as a new target fabric driver, feel free to add my: Reviewed-by: Nicholas Bellinger n...@linux-iscsi.org So I assume this will be merged for

Re: [Xen-devel] [PATCH V5 0/5] Add XEN pvSCSI support

2014-08-26 Thread Christoph Hellwig
On Tue, Aug 26, 2014 at 11:13:15AM +0100, David Vrabel wrote: nods When I chatted with Christopher Hellwig he recommended it be done that way. Did he give a reason? The driver has more scsi bits in it than Xen bits really. There's Xen core changes and a scsi initiator driver and a target

Re: [PATCH V5 0/5] Add XEN pvSCSI support

2014-08-22 Thread Nicholas A. Bellinger
Hi Juergen Co, On Mon, 2014-08-18 at 11:31 +0200, jgr...@suse.com wrote: This series adds XEN pvSCSI support. With pvSCSI it is possible to use physical SCSI devices from a XEN domain. The support consists of a backend in the privileged Domain-0 doing the real I/O and a frontend in the

Re: [Xen-devel] [PATCH V5 0/5] Add XEN pvSCSI support

2014-08-22 Thread Konrad Rzeszutek Wilk
On Fri, Aug 22, 2014 at 02:21:55PM -0700, Nicholas A. Bellinger wrote: Hi Juergen Co, On Mon, 2014-08-18 at 11:31 +0200, jgr...@suse.com wrote: This series adds XEN pvSCSI support. With pvSCSI it is possible to use physical SCSI devices from a XEN domain. The support consists of a

[PATCH V5 0/5] Add XEN pvSCSI support

2014-08-18 Thread jgross
This series adds XEN pvSCSI support. With pvSCSI it is possible to use physical SCSI devices from a XEN domain. The support consists of a backend in the privileged Domain-0 doing the real I/O and a frontend in the unprivileged domU passing I/O-requests to the backend. The code is taken (and