diff options
Diffstat (limited to 'results/classifier/118/none/1888663')
| -rw-r--r-- | results/classifier/118/none/1888663 | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/results/classifier/118/none/1888663 b/results/classifier/118/none/1888663 new file mode 100644 index 000000000..4c870c89c --- /dev/null +++ b/results/classifier/118/none/1888663 @@ -0,0 +1,54 @@ +performance: 0.721 +peripherals: 0.704 +graphic: 0.692 +device: 0.677 +boot: 0.585 +mistranslation: 0.585 +architecture: 0.583 +semantic: 0.560 +ppc: 0.494 +i386: 0.479 +PID: 0.440 +files: 0.398 +permissions: 0.304 +socket: 0.291 +hypervisor: 0.287 +register: 0.274 +network: 0.269 +virtual: 0.254 +debug: 0.240 +user-level: 0.233 +VMM: 0.230 +vnc: 0.197 +arm: 0.192 +TCG: 0.145 +risc-v: 0.131 +assembly: 0.113 +kernel: 0.087 +x86: 0.040 +KVM: 0.018 + +msmouse not recognized in guest + +The msmouse option for emulating a serial mouse does not seem to work in a DOS guest. + +I'm on Windows 10 X64, I have tried launching qemu (commit d0cc248164961a7ba9d43806feffd76f9f6d7f41 but also way older) with: +./qemu-system-i386 -serial msmouse -fda mousetest.img +./qemu-system-i386 -chardev msmouse,id=msmouse -device isa-serial,chardev=msmouse -fda mousetest.img +./qemu-system-i386 -chardev msmouse,id=msmouse -device pci-serial,chardev=msmouse -chardev msmouse,id=msmouse -fda mousetest.img + +Then I boot FreeDOS (but regular DOS shows same behavior), start the CuteMouse driver and force the scan of a serial mouse with CTM /S. +The mouse is never found. With other drivers (in the attachment), the mouse is probably not found but the driver is installed anyway, but it does not work (there's a MOUSETST in the same floppy; it works iwth CTM and PS/2 mouse emulation). + +Using a serial port sniffer inside the guest, it would seem that data is indeed transmitted. Setting a few printf in msmouse.c also confirms that the mouse gets initilized and starts transmitting data. However, it does not work... + + + + +This is an automated cleanup. This bug report has been moved to QEMU's +new bug tracker on gitlab.com and thus gets marked as 'expired' now. +Please continue with the discussion here: + + https://gitlab.com/qemu-project/qemu/-/issues/77 + + |