From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apH5E-0007O4-P7 for qemu-devel@nongnu.org; Sun, 10 Apr 2016 11:15:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1apH5D-000848-UZ for qemu-devel@nongnu.org; Sun, 10 Apr 2016 11:15:28 -0400 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:34715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apH5D-00083p-Nf for qemu-devel@nongnu.org; Sun, 10 Apr 2016 11:15:27 -0400 Received: by mail-wm0-x234.google.com with SMTP id l6so116301139wml.1 for ; Sun, 10 Apr 2016 08:15:27 -0700 (PDT) From: Dmitry Fleytman Date: Sun, 10 Apr 2016 18:14:51 +0300 Message-Id: <1460301305-5321-3-git-send-email-dmitry@daynix.com> In-Reply-To: <1460301305-5321-1-git-send-email-dmitry@daynix.com> References: <1460301305-5321-1-git-send-email-dmitry@daynix.com> Subject: [Qemu-devel] [PATCH v4 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: 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.0