summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/device/1284
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot/108/device/1284')
-rw-r--r--results/classifier/zero-shot/108/device/128429
1 files changed, 29 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/device/1284 b/results/classifier/zero-shot/108/device/1284
new file mode 100644
index 000000000..4797d1803
--- /dev/null
+++ b/results/classifier/zero-shot/108/device/1284
@@ -0,0 +1,29 @@
+device: 0.946
+graphic: 0.919
+debug: 0.620
+semantic: 0.551
+boot: 0.295
+PID: 0.225
+permissions: 0.194
+performance: 0.181
+network: 0.136
+other: 0.129
+socket: 0.102
+vnc: 0.088
+files: 0.081
+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?