From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752767AbdAZDlU (ORCPT ); Wed, 25 Jan 2017 22:41:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37354 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752677AbdAZDlS (ORCPT ); Wed, 25 Jan 2017 22:41:18 -0500 From: Fam Zheng To: linux-kernel@vger.kernel.org Cc: Paolo Bonzini , famz@redhat.com, linux-scsi@vger.kernel.org, "James E.J. Bottomley" , "Michael S. Tsirkin" , Jason Wang , "Martin K. Petersen" , stefanha@redhat.com, virtualization@lists.linux-foundation.org Subject: [PATCH v2 0/2] virtio-scsi: Implement FC_HOST feature Date: Thu, 26 Jan 2017 11:41:07 +0800 Message-Id: <20170126034109.16144-1-famz@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Thu, 26 Jan 2017 03:41:19 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org v2: Fix endianness of WWNN/WWPN. [Paolo] This series implements the proposed fc_host feature of virtio-scsi. The first patch updates the data structure changes according to the spec proposal; the second patch actually implements the operations. Fam Zheng (2): virtio_scsi: Add fc_host definitions virtio_scsi: Implement fc_host drivers/scsi/virtio_scsi.c | 60 +++++++++++++++++++++++++++++++++++++++- include/uapi/linux/virtio_scsi.h | 6 ++++ 2 files changed, 65 insertions(+), 1 deletion(-) -- 2.9.3