Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754531AbcDYLP2 (ORCPT ); Mon, 25 Apr 2016 07:15:28 -0400 Received: from mail-bn1bbn0108.outbound.protection.outlook.com ([157.56.111.108]:11542 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754490AbcDYLPZ convert rfc822-to-8bit (ORCPT ); Mon, 25 Apr 2016 07:15:25 -0400 From: Dexuan Cui To: Vitaly Kuznetsov , "devel@linuxdriverproject.org" CC: "linux-kernel@vger.kernel.org" , "KY Srinivasan" , Haiyang Zhang Subject: RE: [PATCH v2] tools: hv: lsvmbus: add pci pass-through UUID Thread-Topic: [PATCH v2] tools: hv: lsvmbus: add pci pass-through UUID Thread-Index: AQHRnuJ0EVZ8Q25BaUykkmOxb8DXWJ+aiJwA Date: Mon, 25 Apr 2016 11:15:21 +0000 Message-ID: References: <1461582356-5049-1-git-send-email-vkuznets@redhat.com> In-Reply-To: <1461582356-5049-1-git-send-email-vkuznets@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: redhat.com; dkim=none (message not signed) header.d=none;redhat.com; dmarc=none action=none header.from=microsoft.com; x-originating-ip: [2404:f801:9000:18::617] x-ms-office365-filtering-correlation-id: 54355389-b651-4b95-57c5-08d36cfae442 x-microsoft-exchange-diagnostics: 1;SN2PR03MB1920;5:MvvqsBhGli6T+xvQLcsCSxSZWxAgTYVH1wsAZEvPliS1ROyX5Kwyr72gyZlcoI7ipyeYSNBZ0wMu36LInzOsxQ0oofAF3xhiA4/y7MUf1NKoWUjG9qLtpGyeK9AyrDIjX7LUh8p1CMrfN436y3rMJg==;24:rakEBA5MRR7bAbBNBZe1DawrCbCTX41OK7JQCBangOBGLNm19NZ9702PJ88pAKNAaHMSs42cwcq5BnapkYHPYJuqgDhOhtK52E+fB6Vkw9w= x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:SN2PR03MB1920; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(61425038)(601004)(2401047)(8121501046)(5005006)(10201501046)(3002001)(6055026)(61426038)(61427038);SRVR:SN2PR03MB1920;BCL:0;PCL:0;RULEID:;SRVR:SN2PR03MB1920; x-forefront-prvs: 0923977CCA x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(5001770100001)(586003)(76576001)(10290500002)(3660700001)(87936001)(189998001)(107886002)(2906002)(5003600100002)(99286002)(2900100001)(102836003)(1096002)(6116002)(1220700001)(33656002)(5004730100002)(5002640100001)(8990500004)(575784001)(4326007)(10400500002)(92566002)(86612001)(76176999)(3280700002)(5005710100001)(2501003)(50986999)(74316001)(11100500001)(77096005)(54356999)(86362001)(122556002)(10090500001)(9686002)(81166005)(19580405001)(106116001)(19580395003)(4001430100002)(3826002);DIR:OUT;SFP:1102;SCL:1;SRVR:SN2PR03MB1920;H:BLUPR03MB1410.namprd03.prod.outlook.com;FPR:;SPF:None;MLV:sfv;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-OriginatorOrg: microsoft.com X-MS-Exchange-CrossTenant-originalarrivaltime: 25 Apr 2016 11:15:21.4486 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 72f988bf-86f1-41af-91ab-2d7cd011db47 X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN2PR03MB1920 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1453 Lines: 42 > From: Vitaly Kuznetsov [mailto:vkuznets@redhat.com] > Sent: Monday, April 25, 2016 19:06 > To: devel@linuxdriverproject.org > Cc: linux-kernel@vger.kernel.org; KY Srinivasan ; Haiyang > Zhang ; Dexuan Cui > Subject: [PATCH v2] tools: hv: lsvmbus: add pci pass-through UUID > > lsvmbus keeps its own copy of all VMBus UUIDs, add PCIe pass-through > device there to not report 'Unknown' for such devices. > > Signed-off-by: Vitaly Kuznetsov > --- > Changes since v1: > - indentation [Dexuan Cui] > --- > tools/hv/lsvmbus | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tools/hv/lsvmbus b/tools/hv/lsvmbus > index 162a378..e8fecd6 100644 > --- a/tools/hv/lsvmbus > +++ b/tools/hv/lsvmbus > @@ -35,6 +35,7 @@ vmbus_dev_dict = { > '{ba6163d9-04a1-4d29-b605-72e2ffb1dc7f}' : 'Synthetic SCSI Controller', > '{2f9bcc4a-0069-4af3-b76b-6fd0be528cda}' : 'Synthetic fiber channel > adapter', > '{8c2eaf3d-32a7-4b09-ab99-bd1f1c86b501}' : 'Synthetic RDMA adapter', > + '{44c4f61d-4444-4400-9d52-802e27ede19f}' : 'PCI Express pass- > through', > '{276aacf4-ac15-426c-98dd-7521ad3f01fe}' : '[Reserved system device]', > '{f8e65716-3cb3-4a06-9a60-1889c5cccab5}' : '[Reserved system > device]', > '{3375baf4-9e15-4b30-b765-67acb10d607b}' : '[Reserved system > device]', > -- Looks good to me. Acked-by: Dexuan Cui Thanks, -- Dexuan