linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Add XEN pvSCSI support
@ 2014-08-08  7:49 jgross
  2014-08-08  7:49 ` [PATCH V4 1/4] Add XEN pvSCSI protocol description jgross
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: jgross @ 2014-08-08  7:49 UTC (permalink / raw)
  To: xen-devel, linux-scsi, target-devel, JBottomley, konrad.wilk, hch,
	david.vrabel, JBeulich

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 adapted) from the original pvSCSI implementation done
for Linux 2.6 in 2008 by Fujitsu.

[PATCH V2 1/4] Add XEN pvSCSI protocol description
[PATCH V2 2/4] Introduce xen-scsifront module
[PATCH V2 3/4] Introduce XEN scsiback module
[PATCH V2 4/4] add xen pvscsi maintainer

Changes in V4:
- Re-add define for VSCSIIF_ACT_SCSI_SG_PRESET to vscsiif.h to indicate this
  action value should not be used in future enhancements

Changes in V3:
- added some comments to the protocol header file
- removed the CDB emulation from xen-scsiback, handled by core target
  infrastructure
- several changes in xen-scsifront after comments from Christoph Hellwig

Changes in V2:
- use core target infrastructure by backend instead of pure SCSI passthrough
- add support for larger SG lists by putting them in grant page(s)
- add command abort capability


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2014-08-18  9:06 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-08  7:49 Add XEN pvSCSI support jgross
2014-08-08  7:49 ` [PATCH V4 1/4] Add XEN pvSCSI protocol description jgross
2014-08-08  7:49 ` [PATCH V4 2/4] Introduce xen-scsifront module jgross
2014-08-11  9:54   ` Christoph Hellwig
2014-08-11 10:27     ` [Xen-devel] " Juergen Gross
2014-08-11 17:50       ` Christoph Hellwig
2014-08-12 11:32         ` Juergen Gross
2014-08-08  7:49 ` [PATCH V4 3/4] Introduce XEN scsiback module jgross
2014-08-11 18:14   ` Christoph Hellwig
2014-08-12 12:29     ` [Xen-devel] " Juergen Gross
2014-08-12 12:52       ` Juergen Gross
2014-08-12 21:13   ` Nicholas A. Bellinger
2014-08-13  7:02     ` Juergen Gross
2014-08-14  4:34       ` Re: [Xen-devel] " Juergen Gross
2014-08-17  2:33         ` Nicholas A. Bellinger
2014-08-17  2:15       ` Nicholas A. Bellinger
2014-08-14  8:53     ` Re: [Xen-devel] " Juergen Gross
2014-08-14 10:14       ` Juergen Gross
2014-08-17  2:38         ` Nicholas A. Bellinger
2014-08-18  9:06           ` Juergen Gross
2014-08-08  7:49 ` [PATCH V4 4/4] add xen pvscsi maintainer jgross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).