From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7dzM-00006s-SY for qemu-devel@nongnu.org; Tue, 31 May 2016 03:21:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7dzK-0008RB-Nf for qemu-devel@nongnu.org; Tue, 31 May 2016 03:21:19 -0400 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]:33652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7dzK-0008R7-GT for qemu-devel@nongnu.org; Tue, 31 May 2016 03:21:18 -0400 Received: by mail-wm0-x242.google.com with SMTP id a136so29732841wme.0 for ; Tue, 31 May 2016 00:21:18 -0700 (PDT) From: Dmitry Fleytman Date: Tue, 31 May 2016 10:20:45 +0300 Message-Id: <1464679259-1378-4-git-send-email-dmitry@daynix.com> In-Reply-To: <1464679259-1378-1-git-send-email-dmitry@daynix.com> References: <1464679259-1378-1-git-send-email-dmitry@daynix.com> Subject: [Qemu-devel] [PATCH v7 03/17] 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: Jason Wang , "Michael S. Tsirkin" , Yan Vugenfirer , Leonid Bloch , Shmulik Ladkani 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.5