From: Łukasz Gieryk Date: Thu, 17 Feb 2022 17:44:53 +0000 (+0100) Subject: pcie: Add 1.2 version token for the Power Management Capability X-Git-Tag: v7.0.0-rc0~17^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67c996c43b401c204774de25aa5fcba4c64ff0e1;p=thirdparty%2Fqemu.git pcie: Add 1.2 version token for the Power Management Capability Signed-off-by: Łukasz Gieryk Message-Id: <20220217174504.1051716-5-lukasz.maniak@linux.intel.com> Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/include/hw/pci/pci_regs.h b/include/hw/pci/pci_regs.h index 77ba64b9314..a5901409622 100644 --- a/include/hw/pci/pci_regs.h +++ b/include/hw/pci/pci_regs.h @@ -4,5 +4,6 @@ #include "standard-headers/linux/pci_regs.h" #define PCI_PM_CAP_VER_1_1 0x0002 /* PCI PM spec ver. 1.1 */ +#define PCI_PM_CAP_VER_1_2 0x0003 /* PCI PM spec ver. 1.2 */ #endif