summaryrefslogtreecommitdiffstats
path: root/hw/char/exynos4210_uart.c
Commit message (Expand)AuthorAgeFilesLines
* hw/char/exynos4210_uart: Fix missing call to report ready for inputIris Johnson2021-02-021-0/+1
* hw/char/exynos4210_uart: Fix buffer size reporting with FIFO disabledIris Johnson2021-02-021-1/+5
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+3
* hw/char/exynos4210_uart: Fix memleaks in exynos4210_uart_initChen Qun2020-02-131-2/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-271-1/+1
|\
| * qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* | hw/char/exynos4210_uart: Add receive DMA supportGuenter Roeck2020-01-231-0/+24
* | hw/char/exynos4210_uart: Implement Rx FIFO level triggers and timeoutsGuenter Roeck2020-01-231-25/+92
* | hw/char/exynos4210_uart: Implement post_load functionGuenter Roeck2020-01-231-0/+10
* | hw/char/exynos4210_uart: Convert to support tracingGuenter Roeck2020-01-231-66/+30Star
|/
* chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2020-01-081-1/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/char/exynos4210_uart.c: Remove unneeded handling of NULL chardevPeter Maydell2018-04-261-20/+0Star
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-1/+1
* char: avoid chardevice direct accessAnton Nefedov2017-07-141-1/+1
* char: add backend hotswap handlerAnton Nefedov2017-07-141-1/+1
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-0/+1
* chardev: serial & parallel declaration to own headersMarc-André Lureau2017-06-021-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* hw/char/exynos4210_uart: Constify static array and few argumentsKrzysztof Kozlowski2017-04-201-4/+4
* migration: consolidate VMStateField.startHalil Pasic2017-02-131-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-01-301-1/+1
|\
| * char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-1/+1
* | hw/char/exynos4210_uart: Drop unused local variable frame_sizePeter Maydell2017-01-271-5/+1Star
|/
* hw/char: QOM'ify exynos4210_uart.cxiaoqiang zhao2017-01-091-6/+10
* char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-241-1/+1
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-5/+6
* char: replace PROP_CHR with CharBackendMarc-André Lureau2016-10-241-5/+5
* char: remove init callbackMarc-André Lureau2016-10-241-1/+1
* hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange2016-09-131-1/+3
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster2016-01-131-3/+6
* maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster2015-09-111-4/+2Star
* savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-131-2/+0Star
* exynos4210: Use macro ARRAY_SIZE where possibleStefan Weil2013-12-231-4/+2Star
* exynos4210_uart: QOM cast cleanupAndreas Färber2013-07-291-11/+15
* hw/c*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-2/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move char devices to hw/char/, configure via default-configs/Paolo Bonzini2013-04-081-0/+676