qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] keyboards for ncurses


From: Alberto Garcia
Subject: Re: [Qemu-discuss] keyboards for ncurses
Date: Thu, 2 Feb 2017 11:16:46 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]