From 701ab9f5d50fb0e1308ad8ea163d49525d3d90af Mon Sep 17 00:00:00 2001 From: Tomas Glozar Date: Mon, 29 Apr 2024 10:47:20 +0200 Subject: [PATCH 10/13] rteval: Make output work with new dmiinfo format Commit 43c45ba7 ("rteval: Implement initial dmidecode support") re-introduced DMI information into rteval XML summary, but in a different format, which is not correctly picked up in rteval_text.xsl for formatting BIOS and vendor information into rteval text output. This lead to the information not being displayed correctly: Model: - BIOS version: (ver: , rev :, release date: ) Modify the relevant section of rteval_text.xsl to make it understand the new format. Also, adjust the incorrect spacing around "rev". New output (in QEMU VM): Model: QEMU - Standard PC (Q35 + ICH9, 2009) BIOS version: SeaBIOS (ver: 1.16.3-1.fc39, rev: 0.0, release date: 04/01/2014) Signed-off-by: Tomas Glozar Signed-off-by: John Kacur --- rteval/rteval_text.xsl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/rteval/rteval_text.xsl b/rteval/rteval_text.xsl index 1e9c0f0d26c5..2f03bda0bb55 100644 --- a/rteval/rteval_text.xsl +++ b/rteval/rteval_text.xsl @@ -39,18 +39,18 @@ Model: - - - + + - BIOS version: - + (ver: - - , rev : - + + , rev: + , release date: - + ) -- 2.44.0