summary refs log tree commit diff stats
path: root/results/classifier/118/socket/2624
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:00 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:33 +0000
commit9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch)
treeb765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/socket/2624
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloadqemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/socket/2624')
-rw-r--r--results/classifier/118/socket/262469
1 files changed, 69 insertions, 0 deletions
diff --git a/results/classifier/118/socket/2624 b/results/classifier/118/socket/2624
new file mode 100644
index 000000000..5e1a247d9
--- /dev/null
+++ b/results/classifier/118/socket/2624
@@ -0,0 +1,69 @@
+socket: 0.988
+device: 0.988
+permissions: 0.951
+debug: 0.934
+peripherals: 0.929
+files: 0.908
+ppc: 0.904
+architecture: 0.903
+graphic: 0.896
+performance: 0.894
+register: 0.890
+boot: 0.842
+user-level: 0.833
+network: 0.774
+kernel: 0.771
+PID: 0.761
+semantic: 0.700
+hypervisor: 0.667
+vnc: 0.649
+virtual: 0.638
+arm: 0.610
+mistranslation: 0.539
+TCG: 0.536
+x86: 0.532
+risc-v: 0.494
+VMM: 0.431
+assembly: 0.394
+KVM: 0.378
+i386: 0.254
+
+qemu-system-aarch64: tpm-emulator: TPM result for CMD_INIT: 0x9 operation failed
+Description of problem:
+I'm using QEMU (compile from the latest source code) to simulate a tpm2 device with the above command, it just returns an error message:
+```
+qemu-system-aarch64: tpm-emulator: TPM result for CMD_INIT: 0x9 operation failed
+```
+swtpm start command:
+```
+TPMSOCK=/tmp/swtpm-sock$$                                                                                                                                                  
+swtpm socket --tpm2 -t -d --tpmstate dir=$PWD/tpm --ctrl type=unixio,path=$TPMSOCK --log level=20                                                                          
+```
+swtpm version:
+```
+TPM emulator version 0.7.3, Copyright (c) 2014-2021 IBM Corp.
+```
+Also tried the latest swtpm, encountered the same error.
+
+swtpm log (0.7.3):
+```
+swtpm: Data client disconnected
+swtpm: SWTPM_NVRAM_Lock_Dir: Could not open lockfile: Permission denied
+swtpm: Error: Could not initialize libtpms.
+swtpm: Error: Could not initialize the TPM
+swtpm: Data client disconnected
+```
+
+swtpm log (0.10.0):
+```
+swtpm: SWTPM_NVRAM_StoreData: Error (fatal) opening tpm/TMP2-00.permall for write failed, Permission denied
+swtpm: SWTPM_NVRAM_Lock_Dir: Could not open lockfile: Permission denied
+swtpm: Error: Could not initialize the TPM
+swtpm: Data client disconnected
+```
+
+Any clues about this error? Best regrads.
+Steps to reproduce:
+Refer to [Description of problem](#description-of-problem)
+Additional information:
+