qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 0/2] virtio-scsi: Implement fc_host feature


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v2 0/2] virtio-scsi: Implement fc_host feature
Date: Mon, 30 Jan 2017 14:03:28 +0000
User-agent: Mutt/1.7.1 (2016-10-04)

On Thu, Jan 26, 2017 at 11:34:04AM +0800, Fam Zheng wrote:
> 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(-)

Once the kernel changes are accepted:

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]