summary refs log tree commit diff stats
path: root/results/classifier/108/device/1024
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/108/device/1024')
-rw-r--r--results/classifier/108/device/102425
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/108/device/1024 b/results/classifier/108/device/1024
new file mode 100644
index 000000000..39f4f8d79
--- /dev/null
+++ b/results/classifier/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`