All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] virtio-scsi driver
@ 2011-12-19 12:03 Paolo Bonzini
  2011-12-19 12:03 ` [PATCH v3 1/2] virtio-scsi: first version Paolo Bonzini
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Paolo Bonzini @ 2011-12-19 12:03 UTC (permalink / raw)
  To: linux-kernel, Michael S. Tsirkin, linux-scsi
  Cc: Rusty Russell, Stefan Hajnoczi, Mike Christie

This is the first implementation of the virtio-scsi driver, a virtual
HBA that will be supported by KVM.  It implements a subset of the spec,
in particular it does not implement asynchronous notifications for either
LUN reset/removal/addition or CD-ROM media events, but it is already
functional and usable.

I waited a week for James to follow up on the thread and to get other
remarks.  I got none, so here is the patch amended after Mike Christie's
review.

Other matching bits:

- spec at http://people.redhat.com/pbonzini/virtio-spec.pdf

- QEMU implementation at git://github.com/bonzini/qemu.git,
  branch virtio-scsi

Please review.

Paolo Bonzini (2):
  virtio-scsi: first version
  virtio-scsi: add error handling

 drivers/scsi/Kconfig        |    8 +
 drivers/scsi/Makefile       |    1 +
 drivers/scsi/virtio_scsi.c  |  551 ++++++++++++++++++++++++++++++++++++++++++++
 include/linux/virtio_scsi.h |  112 +++++++++++
 include/linux/virtio_ids.h  |    1 +
 4 files changed, 673 insertions(+), 0 deletions(-)
 create mode 100644 drivers/scsi/virtio_scsi.c

-- 
1.7.7.1


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

end of thread, other threads:[~2012-03-14  6:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-19 12:03 [PATCH v3 0/2] virtio-scsi driver Paolo Bonzini
2011-12-19 12:03 ` [PATCH v3 1/2] virtio-scsi: first version Paolo Bonzini
2011-12-19 12:22   ` Hannes Reinecke
2011-12-19 12:22     ` Hannes Reinecke
2011-12-19 13:11     ` Paolo Bonzini
2011-12-19 15:00       ` Douglas Gilbert
2011-12-19 15:17         ` Paolo Bonzini
2011-12-19 14:17     ` Douglas Gilbert
2011-12-19 12:03 ` [PATCH v3 2/2] virtio-scsi: add error handling Paolo Bonzini
2012-03-10  8:48   ` Hu Tao
2012-03-11 12:47     ` Paolo Bonzini
2012-03-14  6:35       ` Hu Tao
2012-03-10  7:34 ` [PATCH v3 0/2] virtio-scsi driver Hu Tao

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.