Re: [Xen-devel] [PATCH V5 3/5] Introduce xen-scsifront module

2014-08-25 Thread Juergen Gross
On 08/23/2014 12:25 AM, Konrad Rzeszutek Wilk wrote: --- /dev/null +++ b/drivers/scsi/xen-scsifront.c @@ -0,0 +1,1017 @@ +/* + * Xen SCSI frontend driver + * + * Copyright (c) 2008, FUJITSU Limited + * + * This program is free software; you can redistribute it and/or + * modify it under the terms

Re: [Xen-devel] [PATCH V5 3/5] Introduce xen-scsifront module

2014-08-22 Thread Konrad Rzeszutek Wilk
> --- /dev/null > +++ b/drivers/scsi/xen-scsifront.c > @@ -0,0 +1,1017 @@ > +/* > + * Xen SCSI frontend driver > + * > + * Copyright (c) 2008, FUJITSU Limited > + * > + * This program is free software; you can redistribute it and/or > + * modify it under the terms of the GNU General Public License

[PATCH V5 3/5] Introduce xen-scsifront module

2014-08-18 Thread jgross
From: Juergen Gross Introduces the XEN pvSCSI frontend. With pvSCSI it is possible for a XEN domU to issue SCSI commands to a SCSI LUN assigned to that domU. The SCSI commands are passed to the pvSCSI backend in a driver domain (usually Dom0) which is owner of the physical device. This allows e.g