summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/peripherals/1004050
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/peripherals/1004050')
-rw-r--r--results/classifier/gemma3:12b/peripherals/100405017
1 files changed, 17 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/peripherals/1004050 b/results/classifier/gemma3:12b/peripherals/1004050
new file mode 100644
index 00000000..a0e0bb8c
--- /dev/null
+++ b/results/classifier/gemma3:12b/peripherals/1004050
@@ -0,0 +1,17 @@
+
+qemu-system-ppc64 by default has non-working keyboard
+
+Compile qemu from git and do:
+
+  ./ppc64-softmmu/qemu-system-ppc64
+
+(ie. no parameters).  It boots to an OpenBIOS prompt.  However the keyboard doesn't work.  After ~10 keypresses, qemu just says:
+
+usb-kbd: warning: key event queue full
+usb-kbd: warning: key event queue full
+usb-kbd: warning: key event queue full
+usb-kbd: warning: key event queue full
+
+There is no indication inside the guest that OpenBIOS is seeing keyboard events.
+
+Also there's no indication of what type of keyboard devices are available, nor what we should use.
\ No newline at end of file