index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
char
/
exynos4210_uart.c
Age
Commit message (
Expand
)
Author
2020-02-13
hw/char/exynos4210_uart: Fix memleaks in exynos4210_uart_init
Chen Qun
2020-01-27
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-23
hw/char/exynos4210_uart: Add receive DMA support
Guenter Roeck
2020-01-23
hw/char/exynos4210_uart: Implement Rx FIFO level triggers and timeouts
Guenter Roeck
2020-01-23
hw/char/exynos4210_uart: Implement post_load function
Guenter Roeck
2020-01-23
hw/char/exynos4210_uart: Convert to support tracing
Guenter Roeck
2020-01-08
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-04-26
hw/char/exynos4210_uart.c: Remove unneeded handling of NULL chardev
Peter Maydell
2018-04-26
Change references to serial_hds[] to serial_hd()
Peter Maydell
2017-07-14
char: avoid chardevice direct access
Anton Nefedov
2017-07-14
char: add backend hotswap handler
Anton Nefedov
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
2017-06-02
chardev: serial & parallel declaration to own headers
Marc-André Lureau
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
2017-04-20
hw/char/exynos4210_uart: Constify static array and few arguments
Krzysztof Kozlowski
2017-02-13
migration: consolidate VMStateField.start
Halil Pasic
2017-01-30
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-01-27
char: rename CharDriverState Chardev
Marc-André Lureau
2017-01-27
hw/char/exynos4210_uart: Drop unused local variable frame_size
Peter Maydell
2017-01-09
hw/char: QOM'ify exynos4210_uart.c
xiaoqiang zhao
2016-10-24
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
2016-10-24
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
2016-10-24
char: replace PROP_CHR with CharBackend
Marc-André Lureau
2016-10-24
char: remove init callback
Marc-André Lureau
2016-09-13
hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all
Daniel P. Berrange
2016-01-29
arm: Clean up includes
Peter Maydell
2016-01-13
hw: Don't use hw_error() for machine initialization errors
Markus Armbruster
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Markus Armbruster
2014-05-13
savevm: Remove all the unneeded version_minimum_id_old (arm)
Juan Quintela
2013-12-23
exynos4210: Use macro ARRAY_SIZE where possible
Stefan Weil
2013-07-29
exynos4210_uart: QOM cast cleanup
Andreas Färber
2013-07-04
hw/c*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-08
hw: move char devices to hw/char/, configure via default-configs/
Paolo Bonzini