diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
| commit | dee4dcba78baf712cab403d47d9db319ab7f95d6 (patch) | |
| tree | 418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/108/files/708 | |
| parent | 4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff) | |
| download | qemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz qemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip | |
restructure results
Diffstat (limited to 'results/classifier/zero-shot/108/files/708')
| -rw-r--r-- | results/classifier/zero-shot/108/files/708 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/files/708 b/results/classifier/zero-shot/108/files/708 new file mode 100644 index 000000000..e65f60502 --- /dev/null +++ b/results/classifier/zero-shot/108/files/708 @@ -0,0 +1,25 @@ +files: 0.981 +boot: 0.915 +device: 0.839 +graphic: 0.802 +semantic: 0.699 +debug: 0.616 +vnc: 0.524 +network: 0.458 +other: 0.420 +PID: 0.399 +socket: 0.266 +performance: 0.254 +KVM: 0.161 +permissions: 0.051 + +some TPM related files are missing in sysfs when enable passthrough TPM +Description of problem: +When enable passthrough TPM, there are some files in sysfs are missing, like description, uid file. +under the host linux, we have those file in it: +root@intel-x86-64:/sys/class/tpm/tpm0/device/firmware_node# cat description +TPM 2.0 Device +root@intel-x86-64:/sys/class/tpm/tpm0/device/firmware_node# cat uid +1 +Steps to reproduce: +after boot into system, check sysfs, there is no description and uid file in /sys/class/tpm/tpm0/device/firmware_node |