summary refs log tree commit diff stats
path: root/results/classifier/108/other/1821884
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-05 06:55:18 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-05 06:55:18 +0000
commit993a7c1ea28968a4479a87ad6c2637a7045d2d51 (patch)
tree024d7266fc695c4f93ab6ce0fcd52326f3ac379d /results/classifier/108/other/1821884
parent2773b5e236e2217a35a53dbc298757610c7bbbc6 (diff)
downloadqemu-analysis-993a7c1ea28968a4479a87ad6c2637a7045d2d51.tar.gz
qemu-analysis-993a7c1ea28968a4479a87ad6c2637a7045d2d51.zip
add new classifier result
Diffstat (limited to 'results/classifier/108/other/1821884')
-rw-r--r--results/classifier/108/other/182188444
1 files changed, 44 insertions, 0 deletions
diff --git a/results/classifier/108/other/1821884 b/results/classifier/108/other/1821884
new file mode 100644
index 000000000..c525a5f89
--- /dev/null
+++ b/results/classifier/108/other/1821884
@@ -0,0 +1,44 @@
+other: 0.889
+device: 0.847
+files: 0.787
+socket: 0.771
+performance: 0.749
+semantic: 0.735
+PID: 0.713
+permissions: 0.712
+network: 0.679
+graphic: 0.674
+boot: 0.615
+vnc: 0.609
+KVM: 0.464
+debug: 0.356
+
+Extend uefi-test-tools to report SMBIOS location
+
+UEFI helper app exposes the pointer to RSDP ACPI table that firmware allocates in guest's RAM
+but it doesn't do so for SMBIOS tables. Hence bios table test would skip testing SMBIOS tables
+to workaround shortcoming. This bug is a request to expose two new entry point fields (one for SMBIOS 2 and another for SMBIOS 3) so test could check SMBIOS tables when guest is started a with  UEFI firmware.
+
+Discussion on qemu-devel:
+[Qemu-devel] [PATCH for 4.1 v2 09/13] tests: acpi: ignore SMBIOS tests when UEFI firmware is used
+http://mid<email address hidden>
+https://lists.gnu.org/archive/html/qemu-devel/2019-03/msg07037.html
+
+I'll work on this once Igor's above series is merged (which in turn depends on my series
+[Qemu-devel] [PATCH for-4.1 v3 00/12] bundle edk2 platform firmware with QEMU
+http://<email address hidden>
+https://lists.gnu.org/archive/html/qemu-devel/2019-03/msg06148.html
+)
+
+Posted
+[PATCH 0/2] tests/uefi-test-tools: report the SMBIOS entry point structures
+http://<email address hidden>
+
+
+Posted
+[PULL 0/2] tests/uefi-test-tools: report the SMBIOS entry point structures
+http://<email address hidden>
+
+
+Fixed in commit range 8482ff2eb3bb..24496b8d27d9.
+