summaryrefslogtreecommitdiff
path: root/hw/lm32_juart.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini1-159/+0
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-03-01hw: include hw header files with full pathsPaolo Bonzini1-3/+3
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini1-1/+1
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: nuke qdev_init_chardev()Anthony Liguori1-1/+1
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-7/+9
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-6/+13
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori1-1/+1
2011-03-07lm32: juart modelMichael Walle1-0/+150