All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jürgen Groß" <jgross@suse.com>
To: xen-devel@lists.xen.org, linux-scsi@vger.kernel.org,
	target-devel@vger.kernel.org, JBottomley@parallels.com,
	konrad.wilk@oracle.com, hch@infradead.org,
	david.vrabel@citrix.com, JBeulich@suse.com
Subject: Re: [Xen-devel] Add XEN pvSCSI support
Date: Fri, 08 Aug 2014 09:47:28 +0200	[thread overview]
Message-ID: <53E48090.1090103@suse.com> (raw)
In-Reply-To: <1407483840-31436-1-git-send-email-jgross@suse.com>

Sorry, please ignore.

One wrong patch slipped in, while one is missing.

Will resend with correct patches.


Juergen

On 08/08/2014 09:43 AM, jgross@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 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
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
>


  parent reply	other threads:[~2014-08-08  7:47 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-08  7:43 Add XEN pvSCSI support jgross
2014-08-08  7:43 ` [PATCH V4 1/4] Introduce xen-scsifront module jgross
2014-08-08  7:43 ` jgross
2014-08-08  7:43 ` [PATCH V4 2/4] Introduce XEN scsiback module jgross
2014-08-08  7:43 ` jgross
2014-08-08  7:43 ` [PATCH V4 3/4] add xen pvscsi maintainer jgross
2014-08-08  7:43 ` jgross
2014-08-08  7:44 ` [PATCH V4 4/4] Save command pool address of Scsi_Host jgross
2014-08-08  7:44 ` jgross
2014-08-11  9:44   ` Christoph Hellwig
2014-08-11  9:44   ` Christoph Hellwig
2014-08-08  7:47 ` Jürgen Groß [this message]
2014-08-08  7:47 ` Add XEN pvSCSI support Jürgen Groß
  -- strict thread matches above, loose matches on Subject: below --
2014-06-27 14:34 jgross
2014-06-27 17:45 ` Pasi Kärkkäinen
2014-06-27 17:51   ` [Xen-devel] " Pasi Kärkkäinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53E48090.1090103@suse.com \
    --to=jgross@suse.com \
    --cc=JBeulich@suse.com \
    --cc=JBottomley@parallels.com \
    --cc=david.vrabel@citrix.com \
    --cc=hch@infradead.org \
    --cc=konrad.wilk@oracle.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=target-devel@vger.kernel.org \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.