All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 0/7] pvSCSI driver
@ 2008-02-18 10:10 Jun Kamada
  2008-02-18 12:14 ` James Harper
                   ` (3 more replies)
  0 siblings, 4 replies; 34+ messages in thread
From: Jun Kamada @ 2008-02-18 10:10 UTC (permalink / raw)
  To: xen-devel; +Cc: kama

Hi all,

I will post total seven patches for new pvSCSI driver on following 
E-mails.

New features of the driver are as follows.

- Support assignment of each SCSI device(LUN:Logical Unit Number) to
  guest domains.
- Can specify the SCSI device by three ways.(See below.)
- Simplified RING mechanism between frontend and backend communication.
  (Previous version used two RINGs for frontend to backend communication
  and backend to frontend communication respectively. This version uses
  one RING as same as VBD.)


[ How to use ]
a.) by "xm" command
    # xm scsi-attach <domain> <scsidevice>

b.) by config file
    vscsi=['scsidevice','scsidevice']


You can specify "scsidevice" by three ways for both case.

1.) /dev/sdx or sdx, /dev/stx or stx, /dev/sgx or sgx
2.) scsi_id (result of "scsi_id -gu -s /block/sda")
    Example: 36000b5d0006a0000006a025700400000
3.) host:chanel:target:lun
    Example: 4:0:0:10


Any comments are welcome.

Best regards,

-----
Jun Kamada

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

end of thread, other threads:[~2008-03-17 17:29 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-18 10:10 [Patch 0/7] pvSCSI driver Jun Kamada
2008-02-18 12:14 ` James Harper
2008-02-19  2:26   ` Jun Kamada
2008-02-19  2:28     ` James Harper
2008-02-20  3:58 ` James Harper
2008-02-20  5:09   ` Jun Kamada
2008-02-21  2:19 ` James Harper
2008-02-21  3:39   ` James Harper
2008-02-21  4:23     ` Jun Kamada
2008-02-21  5:30       ` James Harper
2008-02-25  1:53         ` Jun Kamada
2008-02-27 11:16 ` Steven Smith
2008-02-28  2:51   ` Jun Kamada
2008-02-28 11:13     ` Steven Smith
2008-02-29  4:47       ` Jun Kamada
2008-03-03 11:38         ` Steven Smith
2008-03-04  7:57           ` Jun Kamada
2008-03-04 13:05             ` Steven Smith
2008-03-05  2:34               ` James Harper
2008-03-05  9:53                 ` Jun Kamada
2008-03-05  9:56                   ` James Harper
2008-03-05 10:00                     ` Jun Kamada
2008-03-06 23:48                       ` Dan Magenheimer
2008-03-07  1:20                         ` Jun Kamada
2008-03-07  2:55                 ` Jun Kamada
2008-03-07  4:31                   ` James Harper
2008-03-14 19:04                     ` James Smart
2008-03-10 12:00                   ` Steven Smith
2008-03-12  6:23                     ` Jun Kamada
2008-03-13 14:30                       ` Steven Smith
2008-03-17  2:33                         ` Jun Kamada
2008-03-17 17:29                           ` Steven Smith
2008-03-14 19:16                       ` James Smart
2008-03-17  2:59                         ` Jun Kamada

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.