]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
pcie: Add 1.2 version token for the Power Management Capability
authorŁukasz Gieryk <lukasz.gieryk@linux.intel.com>
Thu, 17 Feb 2022 17:44:53 +0000 (18:44 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 6 Mar 2022 10:08:23 +0000 (05:08 -0500)
Signed-off-by: Łukasz Gieryk <lukasz.gieryk@linux.intel.com>
Message-Id: <20220217174504.1051716-5-lukasz.maniak@linux.intel.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/hw/pci/pci_regs.h

index 77ba64b9314d50de04acc3d0786ee0110a9b9f41..a590140962291037b9d2c54e63b8125dcb499b1d 100644 (file)
@@ -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