All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] virtio-vfc implementation
@ 2017-12-14 10:11 Hannes Reinecke
  2017-12-14 10:11 ` [PATCH 1/3] virtio-scsi: implement target rescan Hannes Reinecke
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Hannes Reinecke @ 2017-12-14 10:11 UTC (permalink / raw)
  To: Martin K. Petersen
  Cc: Christoph Hellwig, James Bottomley, Paolo Bonzini, linux-scsi,
	Hannes Reinecke

Hi all,

here's my attempt to implement a 'Virtual FC' emulation for virtio-scsi,
based on the presentation at the KVM Forum in Prague.

This doesn't so much implement the FC protocol per se, it just uses the
port information to hook in the FC transport class, making the device
to look like a FC device.

This patchset has a complementary patchset for the qemu virtio-scsi driver,
which will be posted to the qemu-devel list.

As usual, comments and reviews are welcome.

Hannes Reinecke (3):
  virtio-scsi: implement target rescan
  virtio-scsi: Add FC transport class
  virtio_scsi: Implement 'native LUN' feature

 drivers/scsi/virtio_scsi.c       | 582 ++++++++++++++++++++++++++++++++++++---
 include/uapi/linux/virtio_scsi.h |  16 ++
 2 files changed, 554 insertions(+), 44 deletions(-)

-- 
1.8.5.6

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

end of thread, other threads:[~2018-02-05  8:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-14 10:11 [PATCH 0/3] virtio-vfc implementation Hannes Reinecke
2017-12-14 10:11 ` [PATCH 1/3] virtio-scsi: implement target rescan Hannes Reinecke
2017-12-15 17:54   ` Steffen Maier
2017-12-14 10:11 ` [PATCH 2/3] virtio-scsi: Add FC transport class Hannes Reinecke
2017-12-15 18:08   ` Steffen Maier
2017-12-18  8:31     ` Hannes Reinecke
2018-01-26 16:54       ` Steffen Maier
2018-02-02 16:00         ` Hannes Reinecke
2018-02-02 17:39           ` Steffen Maier
2018-02-05  8:07             ` Hannes Reinecke
2017-12-14 10:11 ` [PATCH 3/3] virtio_scsi: Implement 'native LUN' feature Hannes Reinecke
2017-12-15 18:17   ` Steffen Maier
2017-12-18  7:48     ` Hannes Reinecke
2018-01-26 14:15       ` Steffen Maier
2018-01-26 15:22         ` Hannes Reinecke
2018-01-26 16:57         ` Steffen Maier

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.