summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/files/1826200
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:34:26 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:35:44 +0000
commit25f8033d556aa17afaea4a5196ea7a69fe248320 (patch)
tree0f056db167683be54ea1e5e72d29d6069af55e7d /results/classifier/deepseek-2-tmp/output/files/1826200
parent8e6da29e4ee5fc14bc1cc816a24f21271f14090d (diff)
downloadqemu-analysis-25f8033d556aa17afaea4a5196ea7a69fe248320.tar.gz
qemu-analysis-25f8033d556aa17afaea4a5196ea7a69fe248320.zip
add new temporary deepseek-r1:14b results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/files/1826200')
-rw-r--r--results/classifier/deepseek-2-tmp/output/files/182620020
1 files changed, 20 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/files/1826200 b/results/classifier/deepseek-2-tmp/output/files/1826200
new file mode 100644
index 000000000..3473b664c
--- /dev/null
+++ b/results/classifier/deepseek-2-tmp/output/files/1826200
@@ -0,0 +1,20 @@
+
+RFE: populate "OEM Strings" (type 11) SMBIOS table strings from regular files
+
+The feature added in
+
+  https://git.qemu.org/?p=qemu.git;a=commitdiff;h=2d6dcbf93fb01b4a7f45a93d276d4d74b16392dd
+
+and exposed by libvirt as
+
+  https://libvirt.org/formatdomain.html#elementsSysinfo
+
+allows the user to specify up to 255 strings in the unofmatted area of the Type 11 SMBIOS table, where each string may be of arbitrary length. This feature is useful for exposing arbitrary text to arbitrary guest components (in particular when strings are prefixed with "application identifiers").
+
+Right now, strings can only be specified on the QEMU command line, which limits the amount of data that can be passed. Please enable users to pass data from regular files too.
+
+For example:
+
+  $QEMU -smbios type=11,value=Hello,txtfile=file1.txt,txtfile=file2.txt
+
+where "file1.txt" and "file2.txt" could be text files containing ASCII application prefixes, followed by base64-encoded binary data.
\ No newline at end of file