summaryrefslogtreecommitdiff
path: root/hw/char/lm32_juart.c
AgeCommit message (Collapse)AuthorFilesLines
2014-02-04lm32_uart/lm32_juart: use qemu_chr_fe_write_all()Michael Walle1-1/+1
qemu_chr_fe_write() may return EAGAIN. Therefore, use qemu_chr_fe_write_all(). Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
2013-07-29lm32_juart: QOM cast cleanupAndreas Färber1-8/+11
Signed-off-by: Andreas Färber <afaerber@suse.de>
2013-07-29lm32_juart: Relocate and tidy headerAndreas Färber1-1/+1
Signed-off-by: Andreas Färber <afaerber@suse.de>
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini1-0/+159
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>