Hello, I’m running OS X 10.5.10 running the X11 server XQuartz 2.7.7 (xorg-server 1.15.2). Qemu is running on freeBSD being transmitted to the local machine over SSH. Qemu version: QEMU PC emulator version 0.11.1, Copyright (c) 2003-2008 Fabrice Bellard.
All keypresses seem to send the incorrect keys to the VM. I got this error message on the command line: dan@core: % ./9cpu-start.sh & [2] 62405 dan@core: % unknown keycodes `empty_aliases(qwerty)', please report to qemu-devel@nongnu.org Here is the startup command: # Run the instance qemu-system-x86_64 \ -net nic,model=virtio,macaddr=52:54:00:00:EE:03 \ -net tap,name=tap0,script=no \ -cdrom 9front-4308.4e3f4e43246e.iso -boot d \ -hda ./sda.img ; Regards Daniel