1. 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
  2. ead4cf0 sun4m: fix slavio timer RUN/STOP bit by Mark Cave-Ayland · 11 years ago
  3. 6a1751b aio / timers: Untangle include files by Alex Bligh · 12 years ago
  4. c275471 slavio_timer: QOM cast cleanup by Andreas Färber · 12 years ago
  5. 853dca1 hw/t*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  6. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  7. 3bd8845 hw: move timer devices to hw/timer/, configure with default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/slavio_timer.c]
  8. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  9. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  10. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  11. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  12. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  13. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  14. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  15. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  16. 49d4d9b6 ptimer: move declarations to ptimer.h by Paolo Bonzini · 13 years ago
  17. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  18. a3d12d0 slavio_timer: convert to memory API by Benoît Canet · 13 years ago
  19. f90074f slavio_timer: avoid structure holes spotted by pahole by Blue Swirl · 14 years ago
  20. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  21. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  22. 97bf485 sparc32: convert debug printf statements to tracepoints by Blue Swirl · 14 years ago
  23. 5933e8a fix last cpu timer initialization by Artyom Tarasenko · 15 years ago
  24. 68fb89a sparc32: improve timer implementation by Blue Swirl · 15 years ago
  25. 452efba Sparc32: fix free-run timer by Blue Swirl · 15 years ago
  26. a01d6ef sparc32 (mostly): remove unneeded calls to device reset by Blue Swirl · 15 years ago
  27. 0e0bfee sparc32: convert slavio_timer to reset + vmsd by Blue Swirl · 15 years ago
  28. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  29. 99a0949 Get rid of _t suffix by malc · 15 years ago
  30. f4b19cd Sparc32: port timers to VMState design by Blue Swirl · 16 years ago
  31. 9ebec28 Sparc32: timer field is never NULL by Blue Swirl · 16 years ago
  32. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  33. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  34. 18c637d qdev/prop: convert slavio_timer.c to helper macros. by Gerd Hoffmann · 16 years ago
  35. 4b48bf0 Sparc32: move device instantiation to sun4m.c by Blue Swirl · 16 years ago
  36. 7204ff9 Sparc32: Refactor slavio timer by Blue Swirl · 16 years ago
  37. 0bf9e31 Fix most warnings (errors with -Werror) when debugging is enabled by Blue Swirl · 16 years ago
  38. ee6847d qdev: rework device properties. by Gerd Hoffmann · 16 years ago
  39. c70c59e Sparc32: convert slavio timers to qdev by Blue Swirl · 16 years ago
  40. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  41. 42f1ced Don't set IRQs on device reset and loadvm/savevm by Blue Swirl · 16 years ago
  42. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  43. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  44. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  45. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  46. e64d7d5 Remove address masking by blueswir1 · 16 years ago
  47. 77f193d Wrap long lines by blueswir1 · 17 years ago
  48. 2254876 Fix compiler warnings by blueswir1 · 17 years ago
  49. 389d4a2 Remove unneeded qemu_irq_lower (Robert Reif) by blueswir1 · 17 years ago
  50. 67e4275 Fix user timer mode change (Robert Reif) by blueswir1 · 17 years ago
  51. e1cb950 User timer limit fixes (Robert Reif) by blueswir1 · 17 years ago
  52. 7c56045 Register only valid register access widths by blueswir1 · 17 years ago
  53. 6341fdc Fix CPU timer interrupts by blueswir1 · 17 years ago
  54. 85e3023 Remove unused timers by blueswir1 · 17 years ago
  55. 3b4aa42 All registers are set to 0 on reset (Robert Reif) by blueswir1 · 17 years ago
  56. bd7e287 Fix count calculation when counter limit set to 0 (Robert Reif) by blueswir1 · 17 years ago
  57. 6240d64 Fix setting counter limit to 0 (Robert Reif) by blueswir1 · 17 years ago
  58. 19f8e5d Only create as many per CPU timers as there are CPUs. (Robert Reif) by blueswir1 · 17 years ago
  59. d2c38b2 Name the magic constants, wrap long lines by blueswir1 · 17 years ago
  60. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  61. a702b35 fixed invalid constant by bellard · 17 years ago
  62. 115646b More user timer fixes (Robert Reif) by blueswir1 · 17 years ago
  63. f930d07 More detabification by blueswir1 · 17 years ago
  64. 81732d1 Implement user mode for timers by blueswir1 · 17 years ago
  65. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  66. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  67. d7edfd2 Use qemu_irq between interrupt controller and timers by blueswir1 · 18 years ago
  68. 5aca8c3 Split DMA controller in two Fix register size related bugs by blueswir1 · 18 years ago
  69. 8d05ea8 Change ptimer API to use 64-bit values, add save and load methods by blueswir1 · 18 years ago
  70. 5dcb6b9 Use full 36-bit physical address space on SS10 by blueswir1 · 18 years ago
  71. 31ade71 Fix Qemu division by zero triggered by NetBSD by blueswir1 · 18 years ago
  72. 3d29fbe Force the primary CPU to run and other CPUs to halt, recalculate timers by blueswir1 · 18 years ago
  73. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  74. 52cc07d Change Sparc uses of pic_set_irq to pic_set_irq_new by blueswir1 · 18 years ago
  75. dc3c9d2 SlavIO Counter-Timers fix, by Aurelien Jarno. by ths · 18 years ago
  76. 26a7646 C99 64 bit printf by bellard · 19 years ago
  77. ba3c64f Initial SPARC SMP support (Blue Swirl) by bellard · 19 years ago
  78. 66321a1 sparc update (Blue Swirl) by bellard · 20 years ago
  79. e80cfcf SPARC merge by bellard · 20 years ago