summary refs log tree commit diff stats
path: root/hw/lm32_uart.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori2011-08-221-1/+1
| | | | Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* Spell "unkown" correctly in error_report() argumentsMarkus Armbruster2011-06-241-2/+2
| | | | | Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
* lm32: uart modelMichael Walle2011-03-071-0/+288
This patch add support for the LatticeMico32 UART. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>