1. 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 8 months ago
  2. 118bfd7 qdev: Use returned bool to check for qdev_realize() etc. failure by Markus Armbruster · 4 years, 8 months ago
  3. ce189ab qdev: Convert bus-less devices to qdev_realize() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  4. 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  5. 9fc7fc4 qom: Less verbose object_initialize_child() by Markus Armbruster · 4 years, 9 months ago
  6. df70796 qdev: Convert uses of qdev_create() manually by Markus Armbruster · 4 years, 9 months ago
  7. b69c3c2 qdev: Unrealize must not fail by Markus Armbruster · 4 years, 10 months ago
  8. f602d04 serial: Fix double migration data by Dr. David Alan Gilbert · 5 years ago
  9. 41e82da hw/char: Let devices own the MemoryRegion they create by Philippe Mathieu-Daudé · 5 years ago
  10. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  11. b952544 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
  12. 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
  13. d925917 mips: use sysbus_mmio_get_region() instead of internal fields by Marc-André Lureau · 5 years ago
  14. 9fac5d8 mips: inline serial_init() by Marc-André Lureau · 5 years ago
  15. 10315a7 serial: make SerialIO a sysbus device by Marc-André Lureau · 5 years ago
  16. 9bc7176 serial-mm: use sysbus facilities by Marc-André Lureau · 5 years ago
  17. 80b2eed serial-mm: add endianness property by Marc-André Lureau · 5 years ago
  18. 17fd1a6 serial-mm: add "regshift" property by Marc-André Lureau · 5 years ago
  19. 490a9d9 serial: start making SerialMM a sysbus device by Marc-André Lureau · 5 years ago
  20. b997500 serial: replace serial_exit_core() with unrealize by Marc-André Lureau · 5 years ago
  21. c9808d6 serial: realize the serial device by Marc-André Lureau · 5 years ago
  22. 96651db serial: add "baudbase" property by Marc-André Lureau · 5 years ago
  23. ff22c58 serial: add "chardev" property by Marc-André Lureau · 5 years ago
  24. 4cc017e serial: register vmsd with DeviceClass by Marc-André Lureau · 5 years ago
  25. 7781b88 serial: initial qom-ification by Marc-André Lureau · 5 years ago
  26. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  27. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 6 years ago
  28. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  29. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  30. 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
  31. fb06411 qmp hmp: Make system_wakeup check wake-up support and run state by Daniel Henrique Barboza · 6 years ago
  32. 61a9346 serial: fix DLL writes by Paolo Bonzini · 6 years ago
  33. f3575af hw/char/serial: retry write if EAGAIN by Marc-André Lureau · 7 years ago
  34. 0147883 PC Chipset: Improve serial divisor calculation by Calvin Lee · 7 years ago
  35. 6f4fa09 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 7 years ago
  36. 0060918 hw/char/serial: Convert from DPRINTF macro to trace events by Philippe Mathieu-Daudé · 7 years ago
  37. 019288b hw/char/serial: Only retry if qemu_chr_fe_write returns 0 by Sergio Lopez · 7 years ago
  38. ab72827 hw: Do not include "exec/address-spaces.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  39. 47c4f85 hw/char/serial: Allow disconnected chardevs by Peter Maydell · 7 years ago
  40. e5a1184 Enable 8-byte wide MMIO for 16550 serial devices by Mike Nawrocki · 7 years ago
  41. 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 7 years ago
  42. 1a29cc8 serial: chardev hotswap support by Anton Nefedov · 8 years ago
  43. 7573584 serial: move TIOCM update to a separate function by Anton Nefedov · 8 years ago
  44. 3065070 char: avoid chardevice direct access by Anton Nefedov · 8 years ago
  45. 81517ba char: add backend hotswap handler by Anton Nefedov · 8 years ago
  46. 1ce2610 char: make chr_fe_deinit() optionaly delete backend by Marc-André Lureau · 8 years ago
  47. 7566c6e chardev: serial & parallel declaration to own headers by Marc-André Lureau · 8 years ago
  48. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  49. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  50. 8409dc8 serial: fix memory leak in serial exit by Li Qiang · 8 years ago
  51. 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
  52. c39860e char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit by Marc-André Lureau · 8 years ago
  53. 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
  54. 7fa47e2 char: rename some frontend functions by Marc-André Lureau · 8 years ago
  55. becdfa0 char: replace PROP_CHR with CharBackend by Marc-André Lureau · 8 years ago
  56. 3592fe0 char: serial: check divider value against baud base by Prasad J Pandit · 8 years ago
  57. 9f34a35 serial: reinstate watch after migration by Paolo Bonzini · 9 years ago
  58. a1df76d serial: remove watch on reset by Paolo Bonzini · 9 years ago
  59. b0585e7 serial: separate serial_xmit and serial_watch_cb by Paolo Bonzini · 9 years ago
  60. bce933b serial: simplify tsr_retry reset by Paolo Bonzini · 9 years ago
  61. 807464d serial: make tsr_retry unsigned by Paolo Bonzini · 9 years ago
  62. 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
  63. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  64. b6a0aa0 x86: Clean up includes by Peter Maydell · 9 years ago
  65. 007b065 Use error_fatal to simplify obvious fatal errors by Markus Armbruster · 9 years ago
  66. 5cd8cad migration: Use normal VMStateDescriptions for Subsections by Juan Quintela · 10 years ago
  67. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  68. 92013cf serial: Fix warnings caused by missing 'static' attribute by Stefan Weil · 10 years ago
  69. e720677 vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* by Paolo Bonzini · 10 years ago
  70. bfa7362 serial: refine serial_thr_ipending_needed by Paolo Bonzini · 10 years ago
  71. 1645b8e serial: only resample THR interrupt on rising edge of IER.THRI by Paolo Bonzini · 10 years ago
  72. 023c3a9 serial: update LSR on enabling/disabling FIFOs by Paolo Bonzini · 10 years ago
  73. 0d931d7 serial: clean up THRE/TEMT handling by Paolo Bonzini · 10 years ago
  74. 4e02b0f serial: reset thri_pending on IER writes with THRI=0 by Paolo Bonzini · 10 years ago
  75. a30cf87 serial: check if backed by a physical serial port at realize time by Paolo Bonzini · 11 years ago
  76. 4df7961 serial: reset state at startup by Paolo Bonzini · 11 years ago
  77. 7385b27 serial: fixing vmstate for save/restore by Pavel Dovgalyuk · 11 years ago
  78. f702e62 serial: change retry logic to avoid concurrency by Kirill Batuzov · 11 years ago
  79. e02bc6d serial: poll the serial console with G_IO_HUP by Roger Pau Monne · 11 years ago
  80. d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
  81. dffacd4 char/serial: Fix emptyness handling by Don Slutz · 11 years ago
  82. 88c1ee7 char/serial: Fix emptyness check by Peter Crosthwaite · 11 years ago
  83. f7ad538 Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  84. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  85. 4a44d85 Convert stderr message calling error_get_pretty() to error_report() by Seiji Aguchi · 12 years ago
  86. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  87. b165b0d char/serial: fix copy&paste error (fifo8_is_full vs empty) by Vladimir Senkov · 12 years ago
  88. 371a775 Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu by Blue Swirl · 12 years ago
  89. b5601df char/serial: serial_ioport_write: Factor out common code by Peter Crosthwaite · 12 years ago
  90. 8e8638f char/serial: Use generic Fifo8 by Peter Crosthwaite · 12 years ago
  91. 7f4f0a2 char/serial: cosmetic fixes. by Peter Crosthwaite · 12 years ago
  92. db895a1 isa: Use realizefn for ISADevice by Andreas Färber · 12 years ago
  93. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  94. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/serial.c]
  95. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  96. 8b4a898 serial: Fix debug format strings by Kevin Wolf · 12 years ago
  97. 6e72a00 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
  98. fcfb4d6 serial: add flow control to transmit by Anthony Liguori · 12 years ago
  99. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  100. b37a2e4 Revert "serial: fix retry logic" by Michael Tokarev · 12 years ago