- e3d0814 hw: Use device_class_set_legacy_reset() instead of opencoding by Peter Maydell · 6 months ago
- 2f6cab0 hw/char: Constify VMState by Richard Henderson · 1 year, 2 months ago
- 0a553c1 Drop useless casts from g_malloc() & friends to pointer by Markus Armbruster · 2 years, 5 months ago
- 617dff0 hw/char/exynos4210_uart: Fix crash on trying to load VM state by Peter Maydell · 3 years, 1 month ago
- f2c0fb9 hw/char/exynos4210_uart: Fix missing call to report ready for input by Iris Johnson · 4 years, 1 month ago
- 40b4c2a hw/char/exynos4210_uart: Fix buffer size reporting with FIFO disabled by Iris Johnson · 4 years, 1 month ago
- ce35e22 qdev: Move softmmu properties to qdev-properties-system.h by Eduardo Habkost · 4 years, 3 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
- 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- 8bbc394 hw/char/exynos4210_uart: Fix memleaks in exynos4210_uart_init by Chen Qun · 5 years ago
- 760df0d Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- 3c77412 hw/char/exynos4210_uart: Add receive DMA support by Guenter Roeck · 5 years ago
- 3a5d3a6 hw/char/exynos4210_uart: Implement Rx FIFO level triggers and timeouts by Guenter Roeck · 5 years ago
- c9d3396 hw/char/exynos4210_uart: Implement post_load function by Guenter Roeck · 5 years ago
- 6804d23 hw/char/exynos4210_uart: Convert to support tracing by Guenter Roeck · 5 years ago
- 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
- d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 6 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
- 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- 97274d0 hw/char/exynos4210_uart.c: Remove unneeded handling of NULL chardev by Peter Maydell · 7 years ago
- 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
- 3065070 char: avoid chardevice direct access by Anton Nefedov · 8 years ago
- 81517ba char: add backend hotswap handler by Anton Nefedov · 8 years ago
- 4d43a60 char: move CharBackend handling in char-fe unit by Marc-André Lureau · 8 years ago
- 7566c6e chardev: serial & parallel declaration to own headers by Marc-André Lureau · 8 years ago
- 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
- 75c6d92 hw/char/exynos4210_uart: Constify static array and few arguments by Krzysztof Kozlowski · 8 years ago
- 59046ec migration: consolidate VMStateField.start by Halil Pasic · 8 years ago
- a0def59 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 8 years ago
- 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
- e62694a hw/char/exynos4210_uart: Drop unused local variable frame_size by Peter Maydell · 8 years ago
- 5b98248 hw/char: QOM'ify exynos4210_uart.c by xiaoqiang zhao · 8 years ago
- 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
- 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
- becdfa0 char: replace PROP_CHR with CharBackend by Marc-André Lureau · 8 years ago
- b4948be char: remove init callback by Marc-André Lureau · 8 years ago
- 6ab3fc3 hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all by Daniel P. Berrange · 8 years ago
- 8ef94f0 arm: Clean up includes by Peter Maydell · 9 years ago
- c525436 hw: Don't use hw_error() for machine initialization errors by Markus Armbruster · 9 years ago
- 012aef0 maint: avoid useless "if (foo) free(foo)" pattern by Markus Armbruster · 10 years ago
- 8f1e884 savevm: Remove all the unneeded version_minimum_id_old (arm) by Juan Quintela · 11 years ago
- c46b07f exynos4210: Use macro ARRAY_SIZE where possible by Stefan Weil · 11 years ago
- 61149ff exynos4210_uart: QOM cast cleanup by Andreas Färber · 12 years ago
- 300b1fc hw/c*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
- 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
- dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
- 9944d32 hw: move char devices to hw/char/, configure via default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/exynos4210_uart.c]
- 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
- 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
- 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 12 years ago
- 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
- 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
- 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
- a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
- b85f62d Fix bit test in Exynos4210 UART emulation to use & instead of && by Daniel P. Berrange · 13 years ago
- e5a4914 ARM: exynos4210: UART support by Maksim Kozlov · 13 years ago