1. 44ae04f hw/char/sh_serial: Add device id to trace output by BALATON Zoltan · 3 years, 4 months ago
  2. beeb520 hw/char/sh_serial: QOM-ify by BALATON Zoltan · 3 years, 4 months ago
  3. 017f77b hw/char/sh_serial: Split off sh_serial_reset() from sh_serial_init() by BALATON Zoltan · 3 years, 4 months ago
  4. 5b344b0 hw/char/sh_serial: Embed QEMUTimer in state struct by BALATON Zoltan · 3 years, 4 months ago
  5. 2f6df13 hw/char/sh_serial: Rename type sh_serial_state to SHSerialState by BALATON Zoltan · 3 years, 4 months ago
  6. 3cf7ce4 hw/char/sh_serial: Do not abort on invalid access by BALATON Zoltan · 3 years, 4 months ago
  7. ad52cfc hw/sh4: Change debug printfs to traces by BALATON Zoltan · 3 years, 4 months ago
  8. ac3c9e7 hw/sh4: Coding style: Add missing braces by BALATON Zoltan · 3 years, 4 months ago
  9. f94bff1 hw/sh4: Coding style: White space fixes by BALATON Zoltan · 3 years, 4 months ago
  10. 2213896 hw/sh4: Coding style: Fix multi-line comments by BALATON Zoltan · 3 years, 4 months ago
  11. 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
  12. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  13. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  14. 7d37435 avoid TABs in files that only contain a few by Paolo Bonzini · 6 years ago
  15. 71bb4ce hw/char/sh_serial: Add timeout handling to unbreak serial input by Geert Uytterhoeven · 6 years ago
  16. ab72827 hw: Do not include "exec/address-spaces.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  17. 3065070 char: avoid chardevice direct access by Anton Nefedov · 8 years ago
  18. 81517ba char: add backend hotswap handler by Anton Nefedov · 8 years ago
  19. 4d43a60 char: move CharBackend handling in char-fe unit by Marc-André Lureau · 8 years ago
  20. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  21. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  22. 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
  23. c39860e char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit by Marc-André Lureau · 8 years ago
  24. 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
  25. 32a6ebe char: remaining switch to CharBackend in frontend by Marc-André Lureau · 8 years ago
  26. 6ab3fc3 hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all by Daniel P. Berrange · 8 years ago
  27. 0430891 hw: Clean up includes by Peter Maydell · 9 years ago
  28. 84faf7c sh4: Fix serial line access for Linux kernels later than 3.2 by Guenter Roeck · 11 years ago
  29. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  30. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  31. 9944d32 hw: move char devices to hw/char/, configure via default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/sh_serial.c]
  32. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  33. 456d606 qemu-char: Call fe_claim / fe_release when not using qdev chr properties by Hans de Goede · 12 years ago
  34. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  35. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  36. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  37. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  38. c1950a4 hw/sh_serial: Use TARGET_PRIxPHYS rather than %x for physaddr by Peter Maydell · 13 years ago
  39. 9a9d0b8 sh_serial: convert to memory API by Benoît Canet · 13 years ago
  40. 2cc6e0a char: rename qemu_chr_write() -> qemu_chr_fe_write() by Anthony Liguori · 14 years ago
  41. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  42. b7d2b02 sh_serial: process all received characters by Aurelien Jarno · 14 years ago
  43. b7277ac sh_serial: remove one level of indirection by Aurelien Jarno · 14 years ago
  44. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  45. 43dc2a6 Replace assert(0) with abort() or cpu_abort() by Blue Swirl · 15 years ago
  46. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  47. 99a0949 Get rid of _t suffix by malc · 15 years ago
  48. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  49. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  50. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  51. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  52. d1f193b SH4: SCI improvement by aurel32 · 16 years ago
  53. 5c16736 SH4: Eliminate P4 to A7 mangling (Takashi YOSHII). by balrog · 16 years ago
  54. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  55. 4e7ed2d SH4: Switch serial emulation to qemu_irq by aurel32 · 16 years ago
  56. 63242a0 SH4: Serial controller improvement by aurel32 · 16 years ago
  57. bf5b742 SH4 serial controler improvements by aurel32 · 17 years ago
  58. b7d35e6 sh_serial: enable tx after reset (Magnus Damm). by balrog · 17 years ago
  59. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  60. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  61. 2f062c7 Stand-alone SCI/SCIF emulation code, by Magnus Damm. by ths · 17 years ago