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

2014-09-01 Thread David Vrabel
On 28/08/14 05:44, Juergen Gross wrote: This series adds XEN pvSCSI support. With pvSCSI it is possible to use physical SCSI devices from a XEN domain. Applied to devel/for-linus-3.18. Thanks. Your lines in your descriptions were too long for the default git log format. I fixed this up but

[PATCH V6 0/5] Add XEN pvSCSI support

2014-08-27 Thread Juergen Gross
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