1. 13566fe timer: rename NSEC_PER_SEC due to Mac OS X header clash by Stefan Hajnoczi · 10 years ago
  2. e0cf11f timer: Use a single definition of NSEC_PER_SEC for the whole codebase by Alberto Garcia · 10 years ago
  3. ae46e23 mc146818rtc: Reset the periodic timer on load by Paul Donohue · 10 years ago
  4. 5cd8cad migration: Use normal VMStateDescriptions for Subsections by Juan Quintela · 10 years ago
  5. 8e099d1 Generalize QOM publishing of date and time from mc146818rtc.c by David Gibson · 10 years ago
  6. bb42631 fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() fail by Zhang Haoyu · 10 years ago
  7. e720677 vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* by Paolo Bonzini · 10 years ago
  8. 0b10215 mc146818rtc: add missed field to vmstate by Pavel Dovgalyuk · 11 years ago
  9. c5539cb Fix debug print warning by Gonglei · 11 years ago
  10. 172dbc5 mc146818rtc: reinitialize irq_reinject_on_ack_count on reset by Paolo Bonzini · 11 years ago
  11. 13c0cba mc146818rtc: register the clock reset notifier on the right clock by Paolo Bonzini · 11 years ago
  12. 654a36d mc146818rtc: add "rtc-time" link to "/machine/rtc" by Marcelo Tosatti · 11 years ago
  13. f2ae8ab mc146818rtc: add rtc-reset-reinjection QMP command by Marcelo Tosatti · 11 years ago
  14. e010ad8 qapi event: convert RTC_CHANGE by Wenchao Xia · 11 years ago
  15. d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
  16. 297a364 qapi: Replace uncommon use of the error API by the common one by Markus Armbruster · 11 years ago
  17. 2ddb16a hw: Don't call visit_end_struct() after visit_start_struct() fails by Markus Armbruster · 11 years ago
  18. 104059d qdev: Add enum property types to QAPI schema by Paolo Bonzini · 11 years ago
  19. f3b1764 isa: Clean up use of cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  20. efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  21. c2d3066 rtc: remove dead SQW IRQ code by Jan Kiszka · 12 years ago
  22. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  23. 884f17c aio / timers: Convert rtc_clock to be a QEMUClockType by Alex Bligh · 12 years ago
  24. e93379b aio / timers: Rename qemu_timer_* functions by Alex Bligh · 12 years ago
  25. 853dca1 hw/t*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  26. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  27. db895a1 isa: Use realizefn for ISADevice by Andreas Färber · 12 years ago
  28. b8b7456 pc: Update rtc_cmos on CPU hot-plug by Igor Mammedov · 12 years ago
  29. 0e41271 mc146818rtc: QOM'ify by Andreas Färber · 12 years ago
  30. 0ddfaf7 hw: move MC146818RTC to hw/timer/, configure via default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/mc146818rtc.c]
  31. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  32. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  33. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  34. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  35. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  36. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  37. 02c6ccc rtc: Only call rtc_set_cmos when Register B SET flag is disabled. by Alex Horn · 12 years ago
  38. 074a86f qdev: Split up header so it can be used in cpu.h by Anthony Liguori · 13 years ago
  39. 0da8c84 mc146818rtc: convert PIO to new memory api read/write by Alexander Graf · 12 years ago
  40. b8994fa rtc: implement century byte by Paolo Bonzini · 12 years ago
  41. e67edb9 rtc: map CMOS index 0x37 to 0x32 on read and writes by Paolo Bonzini · 12 years ago
  42. 8916645 RTC: Remove the current_tm field by Paolo Bonzini · 13 years ago
  43. e2826cf RTC: Get and set time without going through s->current_tm by Paolo Bonzini · 13 years ago
  44. 00cf577 RTC: Do not fire timer periodically to catch next alarm by Paolo Bonzini · 13 years ago
  45. 41a9b8b RTC: Add divider reset support by Yang Zhang · 13 years ago
  46. 56038ef RTC: Update the RTC clock only when reading it by Yang Zhang · 13 years ago
  47. 9324cc5 RTC: Update interrupt state when interrupts are masked/unmasked by Yang Zhang · 13 years ago
  48. e46deab RTC: introduce RTC_CLOCK_RATE by Paolo Bonzini · 13 years ago
  49. c4c18e2 RTC: Rename rtc_timer_update by Yang Zhang · 13 years ago
  50. bedc572 RTC: Remove the logic to update time format when DM bit changed by Yang Zhang · 13 years ago
  51. 4e27e81 qapi: Add Visitor interfaces for uint*_t and int*_t by Michael Roth · 14 years ago
  52. fd94be7 rtc: split out macros into a header file and use in test case by Anthony Liguori · 13 years ago
  53. e544a19 hw/mc146818: Drop unneeded #includes by Andreas Färber · 13 years ago
  54. 5918ff6 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 13 years ago
  55. 62aeb0f suspend: make rtc alarm wakeup the guest. by Gerd Hoffmann · 13 years ago
  56. da98c8e suspend: switch acpi s3 to new infrastructure. by Gerd Hoffmann · 13 years ago
  57. d362e75 target-i386: Add infrastructure for reporting TPR MMIO accesses by Jan Kiszka · 13 years ago
  58. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  59. 57c9faf qom: move properties from qdev to object by Anthony Liguori · 13 years ago
  60. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  61. 433acf0 mc146818rtc: Use lost_tick_policy property by Jan Kiszka · 13 years ago
  62. 8f04ee0 isa: pic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  63. fbc15e2 rtc: clear non-PF bits when reinjecting on ack by Paolo Bonzini · 13 years ago
  64. 663447d rtc: raise PF bit when the periodic timer triggers but PIE=0 by Paolo Bonzini · 13 years ago
  65. eea8667 rtc: raise AF bit when the alarm is encountered but AIE=0 by Paolo Bonzini · 13 years ago
  66. 3b89eb4 rtc: fix 12-hour mode by Paolo Bonzini · 13 years ago
  67. 48a18b3 isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions by Hervé Poussineau · 13 years ago
  68. 1829705 rtc: add a dynamic property for retrieving the date by Anthony Liguori · 13 years ago
  69. b2c5009 rtc: Convert to isa_register_ioport by Richard Henderson · 14 years ago
  70. 17604da mc146818rtc: Handle host clock resets by Jan Kiszka · 14 years ago
  71. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  72. 51e08f3 mc146818rtc: update registers after a format change by Aurelien Jarno · 14 years ago
  73. c29cd65 mc146818rtc: constantify by Aurelien Jarno · 14 years ago
  74. dee41d5 Keep track of ISA ports ISA device is using in qdev. by Gleb Natapov · 14 years ago
  75. f292787 make rtc alatm work by Gleb Natapov · 15 years ago
  76. 7d932df hpet/rtc: Rework RTC IRQ replacement by HPET by Jan Kiszka · 15 years ago
  77. aa6f63f mc146818rtc: improve debugging by Blue Swirl · 15 years ago
  78. ec51e36 mc146818rtc: remove #ifdef DEBUG_CMOS. by Isaku Yamahata · 15 years ago
  79. 1d914fa rtc: make rtc_xxx accept/return ISADevice instead of RTCState. by Isaku Yamahata · 15 years ago
  80. dc68391 mc146818rtc: Register vmstate via qdev by Jan Kiszka · 15 years ago
  81. aa28b9b Move x86 specific PC declarations to a separate file by Blue Swirl · 15 years ago
  82. 80cd347 QMP: Introduce RTC_CHANGE event by Luiz Capitulino · 15 years ago
  83. dd17765 reduce number of reinjects on ACK by Gleb Natapov · 15 years ago
  84. ba32eda fix rtc-td-hack on host without high-res timers by Gleb Natapov · 15 years ago
  85. abd0c6b BCD cleanup by Paul Brook · 15 years ago
  86. 73c595e mc146818rtc: remove rtc_mm_init() by Juan Quintela · 15 years ago
  87. e0ca7b9 mc146818rtc: fix indentation by Juan Quintela · 15 years ago
  88. 6b075b8 mc146818rtc: port rtc to vmstate by Juan Quintela · 15 years ago
  89. 048c74c mc145818rtc: fix saving of rtc-td hack properly upgrading the version number by Juan Quintela · 16 years ago
  90. ce88f89 TARGET_I386 is always defined if TARGET_X86_64 is defined by Juan Quintela · 15 years ago
  91. e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
  92. 6875204 Enable host-clock-based RTC by Jan Kiszka · 15 years ago
  93. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  94. 99a0949 Get rid of _t suffix by malc · 15 years ago
  95. 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 16 years ago
  96. 32e0c82 qdev/isa: convert real time clock by Gerd Hoffmann · 16 years ago
  97. 9881543 RTC polling mode broken by Bernhard Kauer · 16 years ago
  98. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  99. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  100. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago