1. 9fc391f sparc escc IUS improvements (SunOS 4.1.4 fix) by Artyom Tarasenko · 15 years ago
  2. 8e39a03 escc: don't use reserved _t suffix by Blue Swirl · 15 years ago
  3. a01d6ef sparc32 (mostly): remove unneeded calls to device reset by Blue Swirl · 15 years ago
  4. 09330e9 escc: add chipset docs by Blue Swirl · 15 years ago
  5. bdb78ca escc: convert to VMState, vmsd and reset by Blue Swirl · 15 years ago
  6. e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
  7. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  8. 99a0949 Get rid of _t suffix by malc · 15 years ago
  9. 084bd07 escc: fix another coding style nit by Michael S. Tsirkin · 15 years ago
  10. a0d98a7 escc: fix coding style nit by Michael S. Tsirkin · 15 years ago
  11. e1a0e47 escc: fix IRQ routing, broken by 6c319c82223a1766c5d64a20051e5c6ab7b53951 by Aurelien Jarno · 15 years ago
  12. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  13. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  14. bc19fca Unbreak Sparc32 and PPC by Blue Swirl · 16 years ago
  15. ec02f7d qdev/prop: convert escc.c to helper macros. by Gerd Hoffmann · 16 years ago
  16. e2106fe Sparc32: fix escc devices broken by ee6847d19be16c789b8bd4e553b7cd6701ba1245 by Blue Swirl · 16 years ago
  17. ee6847d qdev: rework device properties. by Gerd Hoffmann · 16 years ago
  18. 6c319c8 Sparc32/PPC: convert escc to qdev by Blue Swirl · 16 years ago
  19. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  20. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  21. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  22. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  23. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  24. aeeb69c escc: allow one IRQ per serial channel by aurel32 · 16 years ago
  25. f5cbc47 ESCC: swap the two CharDriverState arguments by aurel32 · 16 years ago
  26. b4ed08e Rename slavio_serial functions to escc, add clock rate and it_shift parameters by blueswir1 · 16 years ago
  27. 2aa2ab3 Rename slavio_serial to escc by blueswir1 · 16 years ago[Renamed from hw/slavio_serial.c]
  28. 8f180a4 Fix typo by blueswir1 · 16 years ago
  29. e64d7d5 Remove address masking by blueswir1 · 16 years ago
  30. 9277bc7 Fix NetBSD keyboard problem by blueswir1 · 17 years ago
  31. 399bf6b Reset correct channel aka NetBSD boot fix by blueswir1 · 17 years ago
  32. c0b5b10 Add missing keys, sendkey support for all keys by blueswir1 · 17 years ago
  33. 2254876 Fix compiler warnings by blueswir1 · 17 years ago
  34. 796d828 Read time constant fix (Robert Reif) by blueswir1 · 17 years ago
  35. 80637a6 Shuffle code to avoid NetBSD gcc 3.4.6 inlining bug (Rumko) by blueswir1 · 17 years ago
  36. 7c56045 Register only valid register access widths by blueswir1 · 17 years ago
  37. f48c537 Reset status contains all sent flag by blueswir1 · 17 years ago
  38. 12abac8 Name the magic constants, wrap long lines by blueswir1 · 17 years ago
  39. 577390f No keyboard mode (Robert Reif) by blueswir1 · 17 years ago
  40. b76482e Fix buffer mux handling for unconnected serial ports by blueswir1 · 17 years ago
  41. bd9bdce Add input buffer to mux chr (patch by Tristan Gingold). by balrog · 17 years ago
  42. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  43. f930d07 More detabification by blueswir1 · 17 years ago
  44. bbbb2f0 Fix Caps lock and Num lock handling by blueswir1 · 17 years ago
  45. 43febf4 Improve keyboard handling by blueswir1 · 17 years ago
  46. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  47. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  48. 96c4f56 Generate interrupts and update state even if output is disabled (OpenBSD) by blueswir1 · 18 years ago
  49. b3ceef2 Rename variables and rearrange code to please gcc -Wshadow checks by blueswir1 · 18 years ago
  50. 5aca8c3 Split DMA controller in two Fix register size related bugs by blueswir1 · 18 years ago
  51. 5dcb6b9 Use full 36-bit physical address space on SS10 by blueswir1 · 18 years ago
  52. b9652ca Fix keyboard serial and mouse bugs by blueswir1 · 18 years ago
  53. 67deb56 Fix keyboard detection bugs by blueswir1 · 18 years ago
  54. 5425a21 Fix Sparc32 device save methods by blueswir1 · 18 years ago
  55. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  56. 52cc07d Change Sparc uses of pic_set_irq to pic_set_irq_new by blueswir1 · 18 years ago
  57. e5b0bc4 Rearrange char event handlers to fix CHR_EVENT_RESET. by pbrook · 18 years ago
  58. 455204e Dynamic handling of guest mice, by Lonnie Mendez. by ths · 18 years ago
  59. 35db099 allow host serial port usage (Blue Swirl) by bellard · 19 years ago
  60. e4a8905 fix serial irq logic (Blue Swirl) by bellard · 19 years ago
  61. 715748f added mouse protocol (Igor Kovalenko) by bellard · 19 years ago
  62. ffcdb53 mouse API change by bellard · 19 years ago
  63. ba3c64f Initial SPARC SMP support (Blue Swirl) by bellard · 19 years ago
  64. f69a869 slavio_serial fixes (Blue Swirl) by bellard · 19 years ago
  65. 8be1f5c keyboard support (Blue Swirl) by bellard · 20 years ago
  66. 3a5c313 64 bit fix by bellard · 20 years ago
  67. e80cfcf SPARC merge by bellard · 20 years ago