From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4fNv-0007yL-I2 for qemu-devel@nongnu.org; Sun, 22 May 2016 22:14:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4fNq-0002eC-Op for qemu-devel@nongnu.org; Sun, 22 May 2016 22:14:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4fNq-0002e6-JP for qemu-devel@nongnu.org; Sun, 22 May 2016 22:14:18 -0400 From: Jason Wang Date: Mon, 23 May 2016 10:13:46 +0800 Message-Id: <1463969642-5908-5-git-send-email-jasowang@redhat.com> In-Reply-To: <1463969642-5908-1-git-send-email-jasowang@redhat.com> References: <1463969642-5908-1-git-send-email-jasowang@redhat.com> Subject: [Qemu-devel] [PULL 04/20] pci: Introduce define for PM capability version 1.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org, qemu-devel@nongnu.org Cc: Dmitry Fleytman , Leonid Bloch , Jason Wang From: Dmitry Fleytman Reviewed-by: Michael S. Tsirkin Signed-off-by: Dmitry Fleytman Signed-off-by: Leonid Bloch Signed-off-by: Jason Wang --- 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.7.4