mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
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>
This commit is contained in:
parent
89d437df5e
commit
1a1ea6f093
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue