summaryrefslogtreecommitdiffstats
path: root/results/classifier/gemma3:12b/device/1024
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/classifier/gemma3:12b/device/102411
-rw-r--r--results/classifier/gemma3:12b/device/102427513
2 files changed, 24 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/device/1024 b/results/classifier/gemma3:12b/device/1024
new file mode 100644
index 00000000..f42623c8
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/1024
@@ -0,0 +1,11 @@
+
+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`
diff --git a/results/classifier/gemma3:12b/device/1024275 b/results/classifier/gemma3:12b/device/1024275
new file mode 100644
index 00000000..95383968
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/1024275
@@ -0,0 +1,13 @@
+
+bad iteraction between -daemonize and -nographic
+
+ $ qemu -daemonize -nographic
+ $ _
+
+After this, the terminal is switched to some weird mode, not processing cr/lf, and not showing the characters being typed (it is fixable by using `stty sane').
+
+Something is seriously wrong here: When -daemonize is given, qemu not touch tty parameters at all.
+
+Thanks,
+
+/mjt \ No newline at end of file