projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69387f4
)
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)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/include/hw/pci/pci_regs.h
b/include/hw/pci/pci_regs.h
index 77ba64b9314d50de04acc3d0786ee0110a9b9f41..a590140962291037b9d2c54e63b8125dcb499b1d 100644
(file)
--- 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