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