From patchwork Thu Jun 11 16:22:26 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jake Oshins X-Patchwork-Id: 483222 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 09C66140273 for ; Fri, 12 Jun 2015 02:31:19 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=sendgrid.me header.i=@sendgrid.me header.b=H8G6SLO0; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754764AbbFKQbC (ORCPT ); Thu, 11 Jun 2015 12:31:02 -0400 Received: from o1.f.az.sendgrid.net ([208.117.55.132]:17939 "EHLO o1.f.az.sendgrid.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755089AbbFKQa7 (ORCPT ); Thu, 11 Jun 2015 12:30:59 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:cc:subject:in-reply-to:references; s=smtpapi; bh=rSftRCPOdeLBQI2GrmM3uHchWE0=; b=H8G6SLO0Pdv7KKmcGBWa6F/BMmZjg /eqZXpqLTPiHuVXl2FJLwPBWK3kXmDRUOY7NJ6CDfc7Sbw4X/CDsS5xd7Mr+DDtq xd2zQDgbL9GrFeoNhoyKEbEc/exBS6blrv9WudHPMrp5BtR11H8Hs9n/W4ufy3oZ bC42kTyza46p28= Received: by filter-476.sjc1.sendgrid.net with SMTP id filter-476.9052.5579B61C7 2015-06-11 16:23:56.680263055 +0000 UTC Received: from jakeoshinsu2.jakeoshinsu2.d1.internal.cloudapp.net (unknown [104.210.40.47]) by ismtpd-049 (SG) with ESMTP id 14de36f5f75.4707.56f74 Thu, 11 Jun 2015 16:23:56 +0000 (UTC) From: jakeo@microsoft.com To: gregkh@linuxfoundation.org, kys@microsoft.com, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com, vkuznets@redhat.com, linux-pci@vger.kernel.org, bhelgaas@google.com, mebersol@microsoft.com, haiyangz@microsoft.com Cc: Jake Oshins Subject: [PATCH 5/6] drivers:hv: Define the channel type for Hyper-V PCI Express pass-through Date: Thu, 11 Jun 2015 16:22:26 +0000 Message-Id: <1434039747-44535-6-git-send-email-jakeo@microsoft.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1434039747-44535-1-git-send-email-jakeo@microsoft.com> References: <1434039747-44535-1-git-send-email-jakeo@microsoft.com> X-SG-EID: lfnueJVzSjg1mfuVqqukVH7tZvRy9mfCIcBnfbfzaMNLVSAQx+U2XNA0W2Qy3CvXUQV3e8ib+nOnwE zTkWenPASvo+gE40WPxAP/XQbf8OzRAIdNqStQcqqpQh++C8VRxRaoJc2ECERMsvX4JNFeqP0EDzOF nnxK90XphmF3N0U= Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org From: Jake Oshins Signed-off-by: Jake Oshins --- include/linux/hyperv.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 6fec42d..1903238 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h @@ -1144,6 +1144,17 @@ int vmbus_procnum_to_vpnum(int procnum); } /* + * PCI Express Pass Through + * {44C4F61D-4444-4400-9D52-802E27EDE19F} + */ + +#define HV_PCIE_GUID \ + .guid = { \ + 0x1D, 0xF6, 0xC4, 0x44, 0x44, 0x44, 0x00, 0x44, \ + 0x9D, 0x52, 0x80, 0x2E, 0x27, 0xED, 0xE1, 0x9F \ + } + +/* * Common header for Hyper-V ICs */