diff options
author | Isaku Yamahata | 2010-11-16 09:26:08 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2010-11-22 09:00:06 +0100 |
commit | 1a1ea6f093eb8cf7c01788bc3708ba7003815563 (patch) | |
tree | 64ab4b6d649e3bde4b8827c52c8b924062c1d4e5 | |
parent | pci: add W1C bits to pci status register (diff) | |
download | qemu-1a1ea6f093eb8cf7c01788bc3708ba7003815563.tar.gz qemu-1a1ea6f093eb8cf7c01788bc3708ba7003815563.tar.xz qemu-1a1ea6f093eb8cf7c01788bc3708ba7003815563.zip |
pcie_regs.h: more constants
Add constants for PCI AER log.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | hw/pcie_regs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/pcie_regs.h b/hw/pcie_regs.h index 3461a1b6b8..4d123d9fcc 100644 --- a/hw/pcie_regs.h +++ b/hw/pcie_regs.h @@ -94,7 +94,9 @@ #define PCI_ERR_CAP_MHRE 0x00000400 #define PCI_ERR_CAP_TLP 0x00000800 +#define PCI_ERR_HEADER_LOG_SIZE 16 #define PCI_ERR_TLP_PREFIX_LOG 0x38 +#define PCI_ERR_TLP_PREFIX_LOG_SIZE 16 #define PCI_SEC_STATUS_RCV_SYSTEM_ERROR 0x4000 |