diff options
author | Dmitry Fleytman | 2016-06-01 10:23:32 +0200 |
---|---|---|
committer | Jason Wang | 2016-06-02 04:42:09 +0200 |
commit | 83f17ed278dc5a8b3f7f2c8765f17ed4302b74e8 (patch) | |
tree | 776d0a5f73d78f089c5484248a28466f1c7e05ab /include | |
parent | msix: make msix_clr_pending() visible for clients (diff) | |
download | qemu-83f17ed278dc5a8b3f7f2c8765f17ed4302b74e8.tar.gz qemu-83f17ed278dc5a8b3f7f2c8765f17ed4302b74e8.tar.xz qemu-83f17ed278dc5a8b3f7f2c8765f17ed4302b74e8.zip |
pci: Introduce define for PM capability version 1.1
Signed-off-by: Dmitry Fleytman <dmitry.fleytman@ravellosystems.com>
Signed-off-by: Leonid Bloch <leonid.bloch@ravellosystems.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/pci/pci_regs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/pci/pci_regs.h b/include/hw/pci/pci_regs.h index ba8cbe9278..7a83142578 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 */ |