qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] virtio-scsi: Implement fc_host feature
@ 2017-01-26  3:34 Fam Zheng
  2017-01-26  3:34 ` [Qemu-devel] [PATCH v2 1/2] manual update linux header for virtio scsi fc_host Fam Zheng
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fam Zheng @ 2017-01-26  3:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, stefanha, Michael S. Tsirkin

v2: Use big endian for WWNN/WWPN fields. [Paolo]
    Clean up vm state change notifier in error/unrealize. [Stefan]

This implements a WIP feature extention being proposed on virtio-scsi.

We assign a set of Fibre Channel properties, WWNN and WWPN (world wide node
name and port name, respectively) to the device so the virtual device presents
a FC transport in guest. They are useful to identify a host side virtual port
on an FC host, in a NPIV (N_Port ID Virtualization) senario.

The linux driver changes are submitted as:

https://lkml.org/lkml/2017/1/16/439

Fam Zheng (2):
  manual update linux header for virtio scsi fc_host
  virtio-scsi: Implement fc_host feature

 hw/scsi/virtio-scsi.c                        | 72 +++++++++++++++++++++++++++-
 include/hw/virtio/virtio-scsi.h              | 10 ++++
 include/standard-headers/linux/virtio_scsi.h |  6 +++
 3 files changed, 86 insertions(+), 2 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-01-30 14:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-26  3:34 [Qemu-devel] [PATCH v2 0/2] virtio-scsi: Implement fc_host feature Fam Zheng
2017-01-26  3:34 ` [Qemu-devel] [PATCH v2 1/2] manual update linux header for virtio scsi fc_host Fam Zheng
2017-01-26  3:34 ` [Qemu-devel] [PATCH v2 2/2] virtio-scsi: Implement fc_host feature Fam Zheng
2017-01-30 14:03 ` [Qemu-devel] [PATCH v2 0/2] " Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).