qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Serial port emulation
@ 2006-05-23 20:44 Stefan Weil
  2006-05-26 21:48 ` [Qemu-devel] Serial port emulation - console input buggy with SDL Stefan Weil
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2006-05-23 20:44 UTC (permalink / raw)
  To: qemu-devel

Hi,

are there any plans to extend the serial port emulation in QEMU?
Currently, it emulates a 16450 hardware, but most modern boards
are 16550A compatible. The 16550A hardware gives better performance
for serial applications (e.g. serial protocols), and I expect
that it might do this in an emulation environment, too.

I found a port for 16550A emulation in an earlier contribution
(http://lists.gnu.org/archive/html/qemu-devel/2006-02/msg00004.html),
but it obviously did not get much attention...

When I tried this 16550A patch, it worked but surprisingly slowed
down the serial output.

Regards
Stefan

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] Serial port emulation - console input buggy with SDL
  2006-05-23 20:44 [Qemu-devel] Serial port emulation Stefan Weil
@ 2006-05-26 21:48 ` Stefan Weil
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Weil @ 2006-05-26 21:48 UTC (permalink / raw)
  To: qemu-devel

Hi,

when QEMU is running with SDL, serial console input does not
work for keys which expand to more than one character:
important keys like cursor up / down / left / right
only give ESC, not ESC [ A and so on.

So features like serial console line editing are unavailable
with SDL :-(

Serial port input works in QEMU with -nographic.

Regards
Stefan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-27 10:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-23 20:44 [Qemu-devel] Serial port emulation Stefan Weil
2006-05-26 21:48 ` [Qemu-devel] Serial port emulation - console input buggy with SDL Stefan Weil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).