]> mj.ucw.cz Git - pciutils.git/commit
lspci: Dump AER Header Log
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 21 Apr 2017 19:31:42 +0000 (14:31 -0500)
committerMartin Mares <mj@ucw.cz>
Sat, 29 Apr 2017 18:05:07 +0000 (20:05 +0200)
commita662543285001bc75f60e4957b4e505af82db0b4
treec4fc289d390cfcc87d103ddbc12f88b2ecbbe302
parentb33a4a2b3d204ed360170e2698bfe66d043bee73
lspci: Dump AER Header Log

Dump the AER Header Log register.  This contains the header for the TLP
corresponding to a detected error.

It's probably beyond the scope of lspci to decode the header itself, but
it's interesting to at least show the data as a hint for human readers.
The difference in the "lspci -vv" output looks like this:

+       HeaderLog: 00000000 00000000 00000000 00000000

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
ls-ecaps.c
tests/cap-aer-log [new file with mode: 0644]