aboutsummaryrefslogtreecommitdiffstats
path: root/hw/mc146818rtc.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-8/+8
2009-09-10qdev/isa: convert real time clockGerd Hoffmann1-11/+32
2009-09-09RTC polling mode brokenBernhard Kauer1-2/+3
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-06-15Incorporate changes from v2 of Gleb's RTC reset patchAnthony Liguori1-4/+8
2009-06-14Add rtc reset function.Gleb Natapov1-0/+19
2009-04-22Change RTC time drift IRQ re-injection (Gleb Natapov)aliguori1-15/+47
2009-04-10Fix RTC breakage from r7031.pbrook1-1/+1
2009-04-07mc146818: add square wave output supportaurel321-10/+29
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-4/+0
2009-01-24Support epoch of 1980 in RTC emulation for MIPS Magnumaurel321-4/+12
2009-01-15Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov)aliguori1-0/+57
2009-01-14Fix day of week in mc146818aurel321-4/+5
2008-12-18Remove trailing spaces introduced by commit 6081aurel321-5/+5
2008-12-17Add HPET emulation to qemu (Beth Kon)aliguori1-5/+24
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-8/+6
2008-02-17Unify RTCs that use host time, fix M48t59 alarm.balrog1-14/+4
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths1-18/+18
2007-11-18Add statics and missing #includes for prototypes.pbrook1-10/+10
2007-11-17Break up vl.h.pbrook1-1/+5
2007-11-07added -startdate optionbellard1-4/+9
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-3/+3
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-16/+16
2007-04-17Fix mmapped register alignment and endianness handling.ths1-10/+25
2007-04-16Memory-mapped interface for RTC, by Herve Poussineau.ths1-0/+93
2007-04-07Unify IRQ handling.pbrook1-6/+6
2006-12-07Move date/time init to the RTC implementation.ths1-0/+25
2004-06-03more accurate emulation (do not depend on localtime() or gmtime()bellard1-58/+102
2004-04-03UIP update fixbellard1-1/+7
2004-03-31win32 port (initial patch by kazu)bellard1-20/+0
2004-03-31more precise RTC emulation (periodic timers + time updates)bellard1-34/+264
2004-03-14io port API changebellard1-6/+6
2004-03-14separated more devices from emulatorbellard1-0/+203