summary refs log tree commit diff stats
path: root/results/classifier/118/none/2391
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/2391
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloadqemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/none/2391')
-rw-r--r--results/classifier/118/none/239146
1 files changed, 46 insertions, 0 deletions
diff --git a/results/classifier/118/none/2391 b/results/classifier/118/none/2391
new file mode 100644
index 000000000..6d917be2c
--- /dev/null
+++ b/results/classifier/118/none/2391
@@ -0,0 +1,46 @@
+architecture: 0.688
+device: 0.567
+x86: 0.549
+graphic: 0.517
+semantic: 0.376
+PID: 0.256
+permissions: 0.209
+hypervisor: 0.172
+virtual: 0.156
+network: 0.149
+ppc: 0.117
+i386: 0.115
+vnc: 0.099
+debug: 0.097
+register: 0.089
+socket: 0.083
+arm: 0.079
+user-level: 0.072
+performance: 0.060
+kernel: 0.060
+files: 0.057
+VMM: 0.055
+mistranslation: 0.049
+boot: 0.047
+peripherals: 0.046
+risc-v: 0.035
+TCG: 0.028
+assembly: 0.028
+KVM: 0.012
+
+virglrenderer related -device help failure
+Description of problem:
+When QEMU is compiled against a recent `virglrenderer` version, running the above command fails like this:
+```
+$ qemu-system-x86_64 -device virtio-vga-gl,help
+qemu-system-x86_64: -device virtio-vga-gl,help: failed to open module: /usr/bin/../lib/qemu/hw-display-virtio-gpu-gl.so: undefined symbol: qemu_egl_display
+```
+Steps to reproduce:
+1. build QEMU against latest `virglrenderer` (1.0.1)
+2. run the above command
+Additional information:
+The cause appears to be related to e8a2db94 cc @marcandre.lureau-rh
+
+Arch only recently updated to latest `virglrenderer` which has exposed the issue.
+
+Note that the device seems to function correctly in normal usage when combined with -display e.g. `-device virtio-vga-gl -display gtk,gl=on`