xen: Add Xen pvSCSI protocol description
authorJuergen Gross <jgross@suse.com>
Thu, 28 Aug 2014 04:44:10 +0000 (06:44 +0200)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 23 Sep 2014 13:36:19 +0000 (13:36 +0000)
commite124c9a2c3c4c51555fe6f0bc214fe1b5cce3666
tree8a1940b12d0654f85b8f9495db4abb75efc0bfff
parent854072dd0f73b8e4238c88bdf0dd2a8db0239c1c
xen: Add Xen pvSCSI protocol description

Add the definition of pvSCSI protocol used between the pvSCSI frontend
in a XEN domU and the pvSCSI backend in a XEN driver domain (usually
Dom0).

This header was originally provided by Fujitsu for Xen based on Linux
2.6.18.  Changes are:
- Added comments.
- Adapt to Linux style guide.
- Add support for larger SG-lists by putting them in an own granted
  page.
- Remove stale definitions.

Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
include/xen/interface/io/vscsiif.h [new file with mode: 0644]