summary refs log tree commit diff stats
path: root/results/classifier/118/semantic-ppc/1038
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/semantic-ppc/1038
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloademulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/semantic-ppc/1038')
-rw-r--r--results/classifier/118/semantic-ppc/103871
1 files changed, 71 insertions, 0 deletions
diff --git a/results/classifier/118/semantic-ppc/1038 b/results/classifier/118/semantic-ppc/1038
new file mode 100644
index 00000000..9c075618
--- /dev/null
+++ b/results/classifier/118/semantic-ppc/1038
@@ -0,0 +1,71 @@
+ppc: 0.993
+semantic: 0.944
+architecture: 0.876
+TCG: 0.851
+KVM: 0.827
+device: 0.819
+performance: 0.799
+graphic: 0.780
+PID: 0.753
+mistranslation: 0.736
+kernel: 0.617
+vnc: 0.617
+network: 0.606
+register: 0.592
+files: 0.526
+arm: 0.526
+risc-v: 0.452
+socket: 0.430
+boot: 0.429
+permissions: 0.407
+hypervisor: 0.399
+debug: 0.389
+x86: 0.384
+i386: 0.361
+user-level: 0.314
+assembly: 0.306
+peripherals: 0.292
+VMM: 0.244
+virtual: 0.232
+--------------------
+ppc: 0.999
+semantic: 0.668
+hypervisor: 0.563
+virtual: 0.450
+architecture: 0.167
+kernel: 0.119
+register: 0.058
+debug: 0.033
+PID: 0.021
+device: 0.021
+files: 0.020
+user-level: 0.019
+performance: 0.016
+socket: 0.012
+TCG: 0.009
+assembly: 0.007
+peripherals: 0.006
+VMM: 0.005
+risc-v: 0.004
+boot: 0.004
+permissions: 0.003
+network: 0.002
+graphic: 0.002
+KVM: 0.002
+vnc: 0.002
+mistranslation: 0.001
+arm: 0.000
+x86: 0.000
+i386: 0.000
+
+ppc 'max' CPU model is unlike the other targets 'max' CPU model
+Description of problem:
+On most targets the 'max' CPU model is either equivalent to 'host' (for KVM) or equivalent to all available CPU features (for TCG).
+
+On PPC64, however, this is not the case. Instead the 'max' model is an alias of the old '7400_v2.9' and simply doesn't work.
+
+This is confusing. At the very least the 'max' model alias should be deleted. Ideally a proper replacement would be introduced that matches semantics on other arches.
+Steps to reproduce:
+1. qemu-system-ppc64 -cpu max
+
+should be equiv to '-cpu host' or should expose all TCG features.