1. e5a1184 Enable 8-byte wide MMIO for 16550 serial devices by Mike Nawrocki · 7 years ago
  2. 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 7 years ago
  3. 1a29cc8 serial: chardev hotswap support by Anton Nefedov · 8 years ago
  4. 7573584 serial: move TIOCM update to a separate function by Anton Nefedov · 8 years ago
  5. 3065070 char: avoid chardevice direct access by Anton Nefedov · 8 years ago
  6. 81517ba char: add backend hotswap handler by Anton Nefedov · 8 years ago
  7. 1ce2610 char: make chr_fe_deinit() optionaly delete backend by Marc-André Lureau · 8 years ago
  8. 7566c6e chardev: serial & parallel declaration to own headers by Marc-André Lureau · 8 years ago
  9. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  10. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  11. 8409dc8 serial: fix memory leak in serial exit by Li Qiang · 8 years ago
  12. 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
  13. c39860e char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit by Marc-André Lureau · 8 years ago
  14. 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
  15. 7fa47e2 char: rename some frontend functions by Marc-André Lureau · 8 years ago
  16. becdfa0 char: replace PROP_CHR with CharBackend by Marc-André Lureau · 8 years ago
  17. 3592fe0 char: serial: check divider value against baud base by Prasad J Pandit · 8 years ago
  18. 9f34a35 serial: reinstate watch after migration by Paolo Bonzini · 9 years ago
  19. a1df76d serial: remove watch on reset by Paolo Bonzini · 9 years ago
  20. b0585e7 serial: separate serial_xmit and serial_watch_cb by Paolo Bonzini · 9 years ago
  21. bce933b serial: simplify tsr_retry reset by Paolo Bonzini · 9 years ago
  22. 807464d serial: make tsr_retry unsigned by Paolo Bonzini · 9 years ago
  23. 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
  24. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  25. b6a0aa0 x86: Clean up includes by Peter Maydell · 9 years ago
  26. 007b065 Use error_fatal to simplify obvious fatal errors by Markus Armbruster · 9 years ago
  27. 5cd8cad migration: Use normal VMStateDescriptions for Subsections by Juan Quintela · 10 years ago
  28. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  29. 92013cf serial: Fix warnings caused by missing 'static' attribute by Stefan Weil · 10 years ago
  30. e720677 vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* by Paolo Bonzini · 10 years ago
  31. bfa7362 serial: refine serial_thr_ipending_needed by Paolo Bonzini · 10 years ago
  32. 1645b8e serial: only resample THR interrupt on rising edge of IER.THRI by Paolo Bonzini · 10 years ago
  33. 023c3a9 serial: update LSR on enabling/disabling FIFOs by Paolo Bonzini · 10 years ago
  34. 0d931d7 serial: clean up THRE/TEMT handling by Paolo Bonzini · 10 years ago
  35. 4e02b0f serial: reset thri_pending on IER writes with THRI=0 by Paolo Bonzini · 10 years ago
  36. a30cf87 serial: check if backed by a physical serial port at realize time by Paolo Bonzini · 11 years ago
  37. 4df7961 serial: reset state at startup by Paolo Bonzini · 11 years ago
  38. 7385b27 serial: fixing vmstate for save/restore by Pavel Dovgalyuk · 11 years ago
  39. f702e62 serial: change retry logic to avoid concurrency by Kirill Batuzov · 11 years ago
  40. e02bc6d serial: poll the serial console with G_IO_HUP by Roger Pau Monne · 11 years ago
  41. d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
  42. dffacd4 char/serial: Fix emptyness handling by Don Slutz · 11 years ago
  43. 88c1ee7 char/serial: Fix emptyness check by Peter Crosthwaite · 11 years ago
  44. f7ad538 Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  45. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  46. 4a44d85 Convert stderr message calling error_get_pretty() to error_report() by Seiji Aguchi · 12 years ago
  47. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  48. b165b0d char/serial: fix copy&paste error (fifo8_is_full vs empty) by Vladimir Senkov · 12 years ago
  49. 371a775 Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu by Blue Swirl · 12 years ago
  50. b5601df char/serial: serial_ioport_write: Factor out common code by Peter Crosthwaite · 12 years ago
  51. 8e8638f char/serial: Use generic Fifo8 by Peter Crosthwaite · 12 years ago
  52. 7f4f0a2 char/serial: cosmetic fixes. by Peter Crosthwaite · 12 years ago
  53. db895a1 isa: Use realizefn for ISADevice by Andreas Färber · 12 years ago
  54. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  55. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/serial.c]
  56. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  57. 8b4a898 serial: Fix debug format strings by Kevin Wolf · 12 years ago
  58. 6e72a00 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
  59. fcfb4d6 serial: add flow control to transmit by Anthony Liguori · 12 years ago
  60. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  61. b37a2e4 Revert "serial: fix retry logic" by Michael Tokarev · 12 years ago
  62. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  63. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  64. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  65. 568fd15 serial: Replace register_ioport_* by Julien Grall · 12 years ago
  66. 5ec3a23 serial: convert PIO to new memory api read/write by Alexander Graf · 12 years ago
  67. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  68. 419ad67 serial: add pci variant by Gerd Hoffmann · 12 years ago
  69. 488cb99 serial: split serial.c by Gerd Hoffmann · 12 years ago
  70. dfe844c serial: clear LSR.TEMT when populating the TSR by Anthony Liguori · 13 years ago
  71. 67c5322 serial: fix retry logic by Anthony Liguori · 13 years ago
  72. 9826fd5 suspend: make serial ports wakeup the guest. by Gerd Hoffmann · 13 years ago
  73. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  74. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  75. 8f04ee0 isa: pic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  76. 39186d8 serial: Add MemoryRegion parameter to serial_mm_init by Richard Henderson · 14 years ago
  77. 2ff0c7c serial: Remove ioregister parameter from serial_mm_init by Richard Henderson · 14 years ago
  78. fb50cfe serial: Use enum device_endian in serial_mm_init parameter by Richard Henderson · 14 years ago
  79. 8e8ffc4 serial: Convert serial_mm_init to MemoryRegion by Richard Henderson · 14 years ago
  80. a941ae4 serial: Convert serial_isa_initfn to MemoryRegion by Richard Henderson · 14 years ago
  81. 41084f1 char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl() by Anthony Liguori · 14 years ago
  82. 2cc6e0a char: rename qemu_chr_write() -> qemu_chr_fe_write() by Anthony Liguori · 14 years ago
  83. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  84. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  85. e22cf21 serial: refactor device creation by Blue Swirl · 14 years ago
  86. dee41d5 Keep track of ISA ports ISA device is using in qdev. by Gleb Natapov · 14 years ago
  87. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  88. 9a7c487 serial: Update parameters after load by Michal Novotny · 14 years ago
  89. 46411f8 Remove wrong semicolon in macro definition by Stefan Weil · 14 years ago
  90. b660114 serial: Wrap debug prints around a DPRINTF macro by Michal Novotny · 14 years ago
  91. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  92. 666daa6 blockdev: Collect block device code in new blockdev.c by Markus Armbruster · 15 years ago
  93. 1cc9f51 serial: Register vmstate via qdev by Jan Kiszka · 15 years ago
  94. 2d48377 Compile serial only once by Blue Swirl · 15 years ago
  95. cdee7bd hw/serial.c: fix THRE interrupt clearing by Aurelien Jarno · 15 years ago
  96. 2f4f22b hw/serial.c: fix indentation by Aurelien Jarno · 15 years ago
  97. 71e605f Fix lost serial TX interrupts. Report receive overruns. by Justin T. Gibbs · 15 years ago
  98. 51954d5 Fix qdev property type definition for isa serial/parallel devices by Gerd Hoffmann · 15 years ago
  99. 038eaf8 serial: Add interface to set reference oscillator frequency by Stefan Weil · 15 years ago
  100. c169998 v3: don't call reset functions on cpu initialization by Glauber Costa · 15 years ago