Is there a way to increase the mouse movement speed in qemu? Currently, the mouse in the guest OS is horrible slow even when max speed is set in guest OS.
This is the QEMU startup command:
QEMU_AUDIO_DRV=alsa qemu-system-i386 -localtime -m 128 -hda win98.img -cdrom /dev/cdrom -cpu pentium2 -no-hpet -device adlib -device ne2k_pci,netdev=network0 -netdev bridge,br=br0,id=network0