summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/device/1024
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/108/device/1024
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/108/device/1024')
-rw-r--r--results/classifier/zero-shot/108/device/102425
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/device/1024 b/results/classifier/zero-shot/108/device/1024
new file mode 100644
index 00000000..39f4f8d7
--- /dev/null
+++ b/results/classifier/zero-shot/108/device/1024
@@ -0,0 +1,25 @@
+device: 0.935
+graphic: 0.916
+files: 0.778
+debug: 0.726
+performance: 0.710
+network: 0.704
+PID: 0.695
+other: 0.694
+socket: 0.692
+vnc: 0.671
+boot: 0.627
+semantic: 0.626
+permissions: 0.529
+KVM: 0.035
+
+Unable to build QEMU with dbus display support on Windows
+Description of problem:
+When building QEMU on Windows with `./configure --enable-dbus-display --enable-modules`, the following error appears:
+
+`ERROR: Modules are not available for Windows`
+Steps to reproduce:
+1. Attempt to build QEMU on Windows (MSYS2 MinGW) with dbus display support
+Additional information:
+Attempting to build with only `--enable-dbus-display` does not work either, as it requires `--enable-modules`, which does not work on Windows:
+`../meson.build:1598:0: ERROR: Feature dbus_display cannot be enabled: -display dbus requires --enable-modules`