On Thu, Feb 02, 2017 at 10:33:12AM +0100, Narcis Garcia wrote: > Only solved for english keys. Examples for spanish ñ and french ç:
I'm not sure what you're trying to do, but if all you want is to use your Linux VM with a text terminal and you don't want to ssh to it, maybe you can simply use the serial port: - Add console=ttyS0 to the guest kernel command line in /etc/default/grub (you can also set GRUB_TERMINAL=serial) - Launch QEMU with -serial XXX (see the manpage for options) - Attach to the serial port from the host using minicom, picocom, screen, telnet, or whatever method you prefer. Berto