[Qemu-devel] [PATCH] pl110 bigendian

2006-02-15 Thread Piotr Esden-Tempski
Hi, Here is a patch that fixes the pl110 emulation on bigendian host machines. You can get it from http://www.esden.net/content/ qemu_pl110_bigendian.patch Cheers Esden -- Visit my Blog at http://www.esden.net and leave a Comment ;) qemu_pl110_bigendian.patch Description: Binary data

[Qemu-devel] [PATCH] qemu console improvements

2006-02-15 Thread Piotr Esden-Tempski
Hello everyone, I created a patch that adds some new features to the text console in qemu. New features are: - control ascii characters - backspace - tab - alert aka bell (it is being dropped now and not shown, proper handling has to be added) - ansi escape sequences