On 16/12/2019 16:20, Pierre Dupond
wrote:
On Mon, 16 Dec 2019 15:45:57 +0000
Jim Jarvie <address@hidden> wrote:
-serial tcp::10023,server,nowait
Thanks this seems to be the solution. But A problem remains, what is the speed of
the serial interface in the guest? I will probably try to install FreeBSD.
It's not terribly difficult to indicate to the FreeBSD OS to use the serial console,
but one has to indicate the speed of the serial port (and in addition the number of bits,
the parity and the flow control).
You can set whatever speed you want because QEMU is translating
that to a TCP socket and you are using telnet to connect to the
TCP socket. Because it is an emulation of the serial port, any
and all serial speeds will work.
Jim