Re: [Qemu-devel] Serial port emulation - console input buggy with SDL

2006-05-27 Thread Stefan Weil
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

[Qemu-devel] Serial port emulation

2006-05-23 Thread Stefan Weil
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 emulat