]> www.infradead.org Git - users/mchehab/rasdaemon.git/commit
rasdaemon: cxl: Add automatic indexing for storing CXL fields in SQLite database
authorShiju Jose <shiju.jose@huawei.com>
Fri, 1 Nov 2024 18:57:07 +0000 (18:57 +0000)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 10 Mar 2025 10:22:42 +0000 (11:22 +0100)
commiteca99ed1c48a6ddbc1119c89351d82f824ff5e60
treec6c41752d3e602269f239213ae2f7455ee40f840
parent8227b66c797c8e53555345bfbb37aa308e1fc199
rasdaemon: cxl: Add automatic indexing for storing CXL fields in SQLite database

When the CXL specification adds new fields to the common header of
CXL event records, manual updates to the indexing are required to
store these CXL fields in the SQLite database. This update introduces
automatic indexing to facilitate the storage of CXL fields in the
SQLite database, eliminating the need for manual update to indexing.

Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Shiju Jose <shiju.jose@huawei.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
ras-record.c