diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:00 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:33 +0000 |
| commit | 9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch) | |
| tree | b765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/peripherals/2788 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/peripherals/2788')
| -rw-r--r-- | results/classifier/118/peripherals/2788 | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/results/classifier/118/peripherals/2788 b/results/classifier/118/peripherals/2788 new file mode 100644 index 000000000..aede35c76 --- /dev/null +++ b/results/classifier/118/peripherals/2788 @@ -0,0 +1,43 @@ +peripherals: 0.996 +virtual: 0.988 +x86: 0.945 +boot: 0.939 +device: 0.922 +semantic: 0.908 +graphic: 0.787 +user-level: 0.766 +performance: 0.765 +mistranslation: 0.728 +register: 0.670 +vnc: 0.646 +architecture: 0.641 +PID: 0.617 +KVM: 0.603 +permissions: 0.578 +socket: 0.549 +debug: 0.543 +kernel: 0.498 +ppc: 0.496 +VMM: 0.490 +files: 0.478 +network: 0.444 +assembly: 0.369 +i386: 0.365 +hypervisor: 0.325 +TCG: 0.323 +risc-v: 0.306 +arm: 0.173 + +[solved] input mouse and keyboard not working on a distro +Description of problem: +The distro work but does not take input from either keyboard or mouse. +At the boot menu (syslinux) where I have to choose the boot mode the keyboard works, but it stops working when the desktop has booted. +The distro is not blocked I can tell by observing that the clock in the panel keeps running and if I click in the qemu menubar on machine > power down, the distro correctly performs the shutdown procedure. +I have tried other distributions (porteus and tinycore) and both do not have this problem. +I also tried using as -display vnc and sdl but I have the same problem. +I am using a [portable version of qemu](https://gitlab.com/qemu-project/qemu/-/issues/new) but I also tried with the repository version having the same problem. +Steps to reproduce: +Simply boot the virtual machine with the distro, in my case with the portable qemu version: +./QEMU-git-x86_64.AppImage qemu-system-x86_64 -m 512 -enable-kvm -boot d -cdrom ./Nemesis-v25.01-XFCE-x86_64.iso +Additional information: +I am not expert in qemu, if you need some more data I can try to produce it |