]> git.proxmox.com Git - qemu.git/history - hw/mc146818rtc.c
Enable host-clock-based RTC
[qemu.git] / hw / mc146818rtc.c
2009-10-05 Jan KiszkaEnable host-clock-based RTC
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-11 Juan QuintelaUnexport ticks_per_sec variable. Create get_ticks_per_s...
2009-09-10 Gerd Hoffmannqdev/isa: convert real time clock
2009-09-09 Bernhard KauerRTC polling mode broken
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-06-15 Anthony LiguoriIncorporate changes from v2 of Gleb's RTC reset patch
2009-06-15 Anthony LiguoriMerge commit 'block/master' into staging
2009-06-15 Gleb NatapovAdd rtc reset function.
2009-04-22 aliguoriChange RTC time drift IRQ re-injection (Gleb Natapov)
2009-04-10 pbrookFix RTC breakage from r7031.
2009-04-07 aurel32mc146818: add square wave output support
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-01-24 aurel32Support epoch of 1980 in RTC emulation for MIPS Magnum
2009-01-15 aliguoriAdd -rtc-td-hack option to fix time drift with RTC...
2009-01-14 aurel32Fix day of week in mc146818
2008-12-18 aurel32Remove trailing spaces introduced by commit 6081
2008-12-17 aliguoriAdd HPET emulation to qemu (Beth Kon)
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-02-17 balrogUnify RTCs that use host time, fix M48t59 alarm.
2007-12-16 thsqemu_put signedness fixes, by Andre Przywara.
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-11-07 bellardadded -startdate option
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-04-17 thsFix mmapped register alignment and endianness handling.
2007-04-16 thsMemory-mapped interface for RTC, by Herve Poussineau.
2007-04-07 pbrookUnify IRQ handling.
2006-12-07 thsMove date/time init to the RTC implementation.
2004-06-03 bellardmore accurate emulation (do not depend on localtime...
2004-04-03 bellardUIP update fix
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-31 bellardmore precise RTC emulation (periodic timers + time...
2004-03-14 bellardio port API change
2004-03-14 bellardseparated more devices from emulator