From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aniyQ-0005WS-42 for qemu-devel@nongnu.org; Wed, 06 Apr 2016 04:38:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aniyP-0000JH-BQ for qemu-devel@nongnu.org; Wed, 06 Apr 2016 04:38:02 -0400 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]:36256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aniyP-0000JC-4S for qemu-devel@nongnu.org; Wed, 06 Apr 2016 04:38:01 -0400 Received: by mail-wm0-x241.google.com with SMTP id o129so1607467wmo.3 for ; Wed, 06 Apr 2016 01:38:00 -0700 (PDT) From: Dmitry Fleytman Date: Wed, 6 Apr 2016 11:37:15 +0300 Message-Id: <1459931849-29336-3-git-send-email-dmitry@daynix.com> In-Reply-To: <1459931849-29336-1-git-send-email-dmitry@daynix.com> References: <1459931849-29336-1-git-send-email-dmitry@daynix.com> Subject: [Qemu-devel] [PATCH v3 02/16] pci: Introduce define for PM capability version 1.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Yan Vugenfirer , Jason Wang , Leonid Bloch , Shmulik Ladkani , "Michael S. Tsirkin" From: Dmitry Fleytman Signed-off-by: Dmitry Fleytman Signed-off-by: Leonid Bloch --- include/hw/pci/pci_regs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/hw/pci/pci_regs.h b/include/hw/pci/pci_regs.h index ba8cbe9..7a83142 100644 --- a/include/hw/pci/pci_regs.h +++ b/include/hw/pci/pci_regs.h @@ -1 +1,3 @@ #include "standard-headers/linux/pci_regs.h" + +#define PCI_PM_CAP_VER_1_1 0x0002 /* PCI PM spec ver. 1.1 */ -- 2.5.0