From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4285308881882527021==" MIME-Version: 1.0 From: ramesh.thomas at intel.com Subject: [Accel-config] [PATCH 0/2] Add support to get enhanced details of error Date: Fri, 09 Jul 2021 13:47:00 -0400 Message-ID: <20210709174702.1063667-1-ramesh.thomas@intel.com> To: accel-config@lists.01.org List-ID: --===============4285308881882527021== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Ramesh Thomas Add support to take a snapshot of error details containing hw/sw error code and associated devices. Added new API to retreive the saved information. Using the new API accel-config prints a more detailed error message at exit. Ramesh Thomas (2): accel-config: Add APIs to get details of last error and associated devices accel-config: Print details of error at exit using new last_error API accfg/accel-config.c | 25 +++++- accfg/enable.c | 25 +----- accfg/lib/libaccel-config.sym | 10 +++ accfg/lib/libaccfg.c | 156 ++++++++++++++++++++++++++++++---- accfg/lib/private.h | 9 ++ accfg/libaccel_config.h | 9 +- 6 files changed, 192 insertions(+), 42 deletions(-) -- = 2.26.3 --===============4285308881882527021==--