aboutsummaryrefslogtreecommitdiffstats
path: root/hw/mc146818rtc.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-23mc146818rtc: Handle host clock resetsJan Kiszka1-0/+20
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-8/+8
2011-01-29mc146818rtc: update registers after a format changeAurelien Jarno1-1/+9
2011-01-29mc146818rtc: constantifyAurelien Jarno1-2/+3
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov1-0/+1
2010-07-06make rtc alatm workGleb Natapov1-4/+3
2010-06-13hpet/rtc: Rework RTC IRQ replacement by HPETJan Kiszka1-34/+15
2010-05-30mc146818rtc: improve debuggingBlue Swirl1-2/+20
2010-05-15mc146818rtc: remove #ifdef DEBUG_CMOS.Isaku Yamahata1-8/+10
2010-05-15rtc: make rtc_xxx accept/return ISADevice instead of RTCState.Isaku Yamahata1-11/+15
2010-05-15mc146818rtc: Register vmstate via qdevJan Kiszka1-1/+2
2010-03-21Move x86 specific PC declarations to a separate fileBlue Swirl1-0/+1
2010-03-08QMP: Introduce RTC_CHANGE eventLuiz Capitulino1-0/+2
2010-01-20reduce number of reinjects on ACKGleb Natapov1-1/+1
2009-12-12fix rtc-td-hack on host without high-res timersGleb Natapov1-0/+17
2009-11-22BCD cleanupPaul Brook1-18/+18
2009-10-27mc146818rtc: remove rtc_mm_init()Juan Quintela1-105/+0
2009-10-27mc146818rtc: fix indentationJuan Quintela1-1/+2
2009-10-27mc146818rtc: port rtc to vmstateJuan Quintela1-53/+32
2009-10-27mc145818rtc: fix saving of rtc-td hack properly upgrading the version numberJuan Quintela1-34/+13
2009-10-12TARGET_I386 is always defined if TARGET_X86_64 is definedJuan Quintela1-2/+2
2009-10-07New qdev_init_nofail()Markus Armbruster1-1/+1
2009-10-05Enable host-clock-based RTCJan Kiszka1-20/+18
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-7/+7
2009-10-01Get rid of _t suffixmalc1-7/+7
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