summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/118/device/1284
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot/118/device/1284')
-rw-r--r--results/classifier/zero-shot/118/device/128444
1 files changed, 44 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/118/device/1284 b/results/classifier/zero-shot/118/device/1284
new file mode 100644
index 000000000..048fc8bee
--- /dev/null
+++ b/results/classifier/zero-shot/118/device/1284
@@ -0,0 +1,44 @@
+device: 0.946
+graphic: 0.919
+architecture: 0.623
+debug: 0.620
+semantic: 0.551
+peripherals: 0.530
+mistranslation: 0.428
+boot: 0.295
+arm: 0.281
+user-level: 0.279
+PID: 0.225
+permissions: 0.194
+register: 0.183
+performance: 0.181
+risc-v: 0.157
+ppc: 0.145
+network: 0.136
+socket: 0.102
+vnc: 0.088
+files: 0.081
+hypervisor: 0.067
+TCG: 0.061
+VMM: 0.054
+virtual: 0.038
+kernel: 0.032
+x86: 0.027
+assembly: 0.019
+i386: 0.018
+KVM: 0.004
+
+macOS QXL VGA not available
+Description of problem:
+```
+qemu-system-aarch64: QXL VGA not available
+```
+```
+qemu-system-aarch64: -device qxl-vga: 'qxl-vga' is not a valid device model name
+```
+Steps to reproduce:
+1. Build QEMU on macOS with SPICE support (meson)
+2. Run commands listed above
+3. Observe QXL not working
+Additional information:
+I'm wiring up QEMU SPICE support on Darwin for Nixpkgs. The same issue can be observed in macports qemu builds with spice. Could this be a packaging issue?