aboutsummaryrefslogtreecommitdiff
path: root/hw/char/mcf_uart.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+3
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+1
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-02-16hw/char/mcf_uart: QOMify the ColdFire UARTThomas Huth1-25/+77
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-2/+2
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-1/+2
2016-10-24char: make some qemu_chr_fe skip if no driverMarc-André Lureau1-5/+3
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau1-1/+0
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-4/+4
2016-10-24char: rename some frontend functionsMarc-André Lureau1-1/+1
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau1-5/+7
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange1-1/+3
2016-01-29hw: Clean up includesPeter Maydell1-0/+1
2015-08-14hw: fix mask for ColdFire UART command registerPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini1-0/+307