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