summaryrefslogtreecommitdiff
path: root/hw/char/exynos4210_uart.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-26hw/char/exynos4210_uart.c: Remove unneeded handling of NULL chardevPeter Maydell1-20/+0
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell1-1/+1
2017-07-14char: avoid chardevice direct accessAnton Nefedov1-1/+1
2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+1
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-0/+1
2017-06-02chardev: serial & parallel declaration to own headersMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-04-20hw/char/exynos4210_uart: Constify static array and few argumentsKrzysztof Kozlowski1-4/+4
2017-02-13migration: consolidate VMStateField.startHalil Pasic1-1/+1
2017-01-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-1/+1
2017-01-27hw/char/exynos4210_uart: Drop unused local variable frame_sizePeter Maydell1-5/+1
2017-01-09hw/char: QOM'ify exynos4210_uart.cxiaoqiang zhao1-6/+10
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-1/+1
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-5/+6
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau1-5/+5
2016-10-24char: remove init callbackMarc-André Lureau1-1/+1
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange1-1/+3
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2016-01-13hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster1-3/+6
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster1-4/+2
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela1-2/+0
2013-12-23exynos4210: Use macro ARRAY_SIZE where possibleStefan Weil1-4/+2
2013-07-29exynos4210_uart: QOM cast cleanupAndreas Färber1-11/+15
2013-07-04hw/c*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+2
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/+676