summary refs log tree commit diff stats
path: root/results/classifier/118/none/2144
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/none/2144
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloadqemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/none/2144')
-rw-r--r--results/classifier/118/none/214452
1 files changed, 52 insertions, 0 deletions
diff --git a/results/classifier/118/none/2144 b/results/classifier/118/none/2144
new file mode 100644
index 000000000..4167352cf
--- /dev/null
+++ b/results/classifier/118/none/2144
@@ -0,0 +1,52 @@
+graphic: 0.120
+device: 0.103
+debug: 0.056
+ppc: 0.053
+semantic: 0.038
+mistranslation: 0.021
+PID: 0.014
+register: 0.011
+vnc: 0.010
+permissions: 0.010
+socket: 0.010
+risc-v: 0.008
+files: 0.007
+boot: 0.006
+arm: 0.005
+user-level: 0.005
+kernel: 0.005
+network: 0.004
+architecture: 0.004
+TCG: 0.004
+assembly: 0.004
+performance: 0.003
+virtual: 0.002
+i386: 0.002
+VMM: 0.002
+x86: 0.002
+hypervisor: 0.002
+peripherals: 0.001
+KVM: 0.001
+
+macOS build fails when using --enable-debug
+Description of problem:
+the build fails because a symbol can't be found:
+
+```
+ld: Undefined symbols:
+  _lasi_82596_init, referenced from:
+      _machine_HP_common_init_tail in hw_hppa_machine.c.o
+```
+Steps to reproduce:
+1. on macOS 14.3 in build folder
+2. ../configure --enable-debug
+3. make -j12
+Additional information:
+the default build with
+
+```
+../configure
+make -j12
+```
+
+succeeds normally.