1. 297a364 qapi: Replace uncommon use of the error API by the common one by Markus Armbruster · 11 years ago
  2. 2ddb16a hw: Don't call visit_end_struct() after visit_start_struct() fails by Markus Armbruster · 11 years ago
  3. 895527e Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' into staging by Peter Maydell · 11 years ago
  4. 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
  5. c3a699b hw/timer/exynos4210_mct: Avoid overflow in exynos4210_ltick_recalc_count by Peter Maydell · 11 years ago
  6. 8f1e884 savevm: Remove all the unneeded version_minimum_id_old (arm) by Juan Quintela · 11 years ago
  7. 7dfba6d xilinx_timer: Fix writes into TCSR register by Guenter Roeck · 11 years ago
  8. c9541f6 Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' into staging by Peter Maydell · 11 years ago
  9. 3f1c49e hpet: fix buffer overrun on invalid state load by Michael S. Tsirkin · 11 years ago
  10. a7737e4 hw: Consistently name Error ** objects errp, and not err by Markus Armbruster · 11 years ago
  11. 286226a allwinner-a10-pit: implement prescaler and source selection by Beniamino Galvani · 11 years ago
  12. a63f9f8 allwinner-a10-pit: use level triggered interrupts by Beniamino Galvani · 11 years ago
  13. 323a877 allwinner-a10-pit: avoid generation of spurious interrupts by Beniamino Galvani · 11 years ago
  14. f727d0e timer: cadence_ttc: Fix match register write logic by Peter Crosthwaite · 11 years ago
  15. 3b6144b Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 11 years ago
  16. c36ad13 Don't enable a HPET timer if HPET is disabled by Matt Lupfer · 11 years ago
  17. c9f2d70 hw/timer/grlib_gptimer: remove unnecessary assignment by Prasad Joshi · 11 years ago
  18. 9d5614d hw/timer/grlib_gptimer: Avoid integer overflows by Sebastian Huber · 11 years ago
  19. d47e95c Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging by Peter Maydell · 11 years ago
  20. ead4cf0 sun4m: fix slavio timer RUN/STOP bit by Mark Cave-Ayland · 11 years ago
  21. cba933b hw/timer/arm_timer: Avoid array overrun for bad addresses by Peter Maydell · 11 years ago
  22. 104059d qdev: Add enum property types to QAPI schema by Paolo Bonzini · 11 years ago
  23. c7bcc85 qdev: Remove hex8/32/64 property types by Paolo Bonzini · 11 years ago
  24. dd37dfa twl92230: QOM'ify by Andreas Färber · 11 years ago
  25. 59ab56b ds1338: QOM'ify by Andreas Färber · 11 years ago
  26. ab1da85 exec: Make stl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  27. f3b1764 isa: Clean up use of cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  28. 837d371 sysbus: Set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  29. efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  30. 3589de8 hw/timer: add allwinner a10 timer by liguang · 11 years ago
  31. 576e99c hw/arm/digic: add timer support by Antony Pavlov · 11 years ago
  32. 5d0e228 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  33. 142e095 hpet: fix build with CONFIG_HPET off by Michael S. Tsirkin · 11 years ago
  34. 7a10ef5 hpet: enable to entitle more irq pins for hpet by Liu Ping Fan · 11 years ago
  35. 0d63b2d hpet: inverse polarity when pin above ISA_NUM_IRQS by Liu Ping Fan · 11 years ago
  36. c21c3b5 hw/timer: Introduce ARM A9 Global Timer. by Peter Crosthwaite · 11 years ago
  37. 1246b25 misc: Replace 'struct QEMUTimer' by 'QEMUTimer' by Stefan Weil · 11 years ago
  38. c2d3066 rtc: remove dead SQW IRQ code by Jan Kiszka · 12 years ago
  39. eb110bd a9mpcore: Embed ARMMPTimerState by Andreas Färber · 12 years ago
  40. 0aadb49 arm_mptimer: Convert to QOM realize by Andreas Färber · 12 years ago
  41. 64e9df8 hpet: add API to find it by Michael S. Tsirkin · 12 years ago
  42. 4c293dc misc: Fix some typos in names and comments by Stefan Weil · 12 years ago
  43. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  44. 884f17c aio / timers: Convert rtc_clock to be a QEMUClockType by Alex Bligh · 12 years ago
  45. 6a1751b aio / timers: Untangle include files by Alex Bligh · 12 years ago
  46. e93379b aio / timers: Rename qemu_timer_* functions by Alex Bligh · 12 years ago
  47. 2300581 hw/timer/imx_epit: Simplify and fix imx_epit implementation by Peter Chubb · 12 years ago
  48. 760d1d0 xilinx_timer: QOM cast cleanup by Andreas Färber · 12 years ago
  49. 453be7a tusb6010: QOM cast cleanup by Andreas Färber · 12 years ago
  50. c275471 slavio_timer: QOM cast cleanup by Andreas Färber · 12 years ago
  51. feea436 pxa2xx_timer: QOM'ify pxa25x-timer and pxa27x-timer by Andreas Färber · 12 years ago
  52. 9c9610b puv3_ost: QOM cast cleanup by Andreas Färber · 12 years ago
  53. d3b8004 pl031: QOM cast cleanup by Andreas Färber · 12 years ago
  54. b91f0df pl031: Rename pl031_state to PL031State by Andreas Färber · 12 years ago
  55. b564b13 milkymist-sysctl: QOM cast cleanup by Andreas Färber · 12 years ago
  56. 29d1ffc m48t59: QOM cast cleanup for M48t59SysBusState by Andreas Färber · 12 years ago
  57. fe54d85 lm32_timer: QOM cast cleanup by Andreas Färber · 12 years ago
  58. 541ab55 grlib_gptimer: QOM cast cleanup by Andreas Färber · 12 years ago
  59. 3ddacf2 exynos4210_rtc: QOM cast cleanup by Andreas Färber · 12 years ago
  60. 25fce9a exynos4210_pwm: QOM cast cleanup by Andreas Färber · 12 years ago
  61. 81e1010 exynos4210_mct: QOM cast cleanup by Andreas Färber · 12 years ago
  62. 5880ce5 etraxfs_timer: QOM cast cleanup by Andreas Färber · 12 years ago
  63. 3c9a8a8 etraxfs_timer: Rename etrax_timer to ETRAXTimerState by Andreas Färber · 12 years ago
  64. 831aab9 cadence_ttc: QOM cast cleanup by Andreas Färber · 12 years ago
  65. e2051b4 arm_timer: QOM cast cleanup for icp_pit_state by Andreas Färber · 12 years ago
  66. 0c88dea arm_timer: QOM cast cleanup for SP804State by Andreas Färber · 12 years ago
  67. 1024d7f arm_timer: Rename sp804_state to SP804State by Andreas Färber · 12 years ago
  68. 68653fd timer/arm_mptimer: QOM cast cleanup by Andreas Färber · 12 years ago
  69. 726887e hpet: Use QOM realize for hpet by Hu Tao · 12 years ago
  70. 02f9a6f hpet: QOM'ify some more by Hu Tao · 12 years ago
  71. 6783ecf hw: Avoid use of QOM type name macros in VMStateDescriptions by Peter Maydell · 12 years ago
  72. de6db41 timer/arm_mptimer: Build arm_mptimer only once by Andreas Färber · 12 years ago
  73. 4917cf4 cpu: Replace cpu_single_env with CPUState current_cpu by Andreas Färber · 12 years ago
  74. 853dca1 hw/t*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  75. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  76. 67110c3 i.MX: Rework functions/types name and use new style initialization by Jean-Christophe DUBOIS · 12 years ago
  77. 5ec694b i.MX: Implement a more complete version of the GPT timer. by Jean-Christophe DUBOIS · 12 years ago
  78. a15d091 i8254: Convert PITCommonState to QOM realizefn by Andreas Färber · 12 years ago
  79. 3afe7e1 i8254: QOM'ify some more by Andreas Färber · 12 years ago
  80. db895a1 isa: Use realizefn for ISADevice by Andreas Färber · 12 years ago
  81. 95669e6 i.MX: Improve EPIT timer code. by Jean-Christophe DUBOIS · 12 years ago
  82. a50c0d6 i.MX: split GPT and EPIT timer implementation by Jean-Christophe DUBOIS · 12 years ago
  83. 6681fca Remove unnecessary break statements by Stefan Weil · 12 years ago
  84. 997aba8 remove some double-includes by Michael Tokarev · 12 years ago
  85. 462566f i.MX: implement a more correct version of EPIT timer. by Jean-Christophe DUBOIS · 12 years ago
  86. b8b7456 pc: Update rtc_cmos on CPU hot-plug by Igor Mammedov · 12 years ago
  87. 0e41271 mc146818rtc: QOM'ify by Andreas Färber · 12 years ago
  88. a2772c7 m48t59: QOM'ify ISA M48T59 NVRAM by Andreas Färber · 12 years ago
  89. bd2be15 arm: fix location of some include files by Peter Maydell · 12 years ago
  90. 3bd8845 hw: move timer devices to hw/timer/, configure with default-configs/ by Paolo Bonzini · 12 years ago
  91. 0ddfaf7 hw: move MC146818RTC to hw/timer/, configure via default-configs/ by Paolo Bonzini · 12 years ago
  92. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago
  93. 1fd6bb4 hw: make subdirectories for devices by Paolo Bonzini · 12 years ago