aboutsummaryrefslogtreecommitdiff
path: root/hw/mc146818rtc.c
AgeCommit message (Expand)Author
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-01-29mc146818rtc: update registers after a format changeAurelien Jarno
2011-01-29mc146818rtc: constantifyAurelien Jarno
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov
2010-07-06make rtc alatm workGleb Natapov
2010-06-13hpet/rtc: Rework RTC IRQ replacement by HPETJan Kiszka
2010-05-30mc146818rtc: improve debuggingBlue Swirl
2010-05-15mc146818rtc: remove #ifdef DEBUG_CMOS.Isaku Yamahata
2010-05-15rtc: make rtc_xxx accept/return ISADevice instead of RTCState.Isaku Yamahata
2010-05-15mc146818rtc: Register vmstate via qdevJan Kiszka
2010-03-21Move x86 specific PC declarations to a separate fileBlue Swirl
2010-03-08QMP: Introduce RTC_CHANGE eventLuiz Capitulino
2010-01-20reduce number of reinjects on ACKGleb Natapov
2009-12-12fix rtc-td-hack on host without high-res timersGleb Natapov
2009-11-22BCD cleanupPaul Brook
2009-10-27mc146818rtc: remove rtc_mm_init()Juan Quintela
2009-10-27mc146818rtc: fix indentationJuan Quintela
2009-10-27mc146818rtc: port rtc to vmstateJuan Quintela
2009-10-27mc145818rtc: fix saving of rtc-td hack properly upgrading the version numberJuan Quintela
2009-10-12TARGET_I386 is always defined if TARGET_X86_64 is definedJuan Quintela
2009-10-07New qdev_init_nofail()Markus Armbruster
2009-10-05Enable host-clock-based RTCJan Kiszka
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-09-10qdev/isa: convert real time clockGerd Hoffmann
2009-09-09RTC polling mode brokenBernhard Kauer
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-06-15Incorporate changes from v2 of Gleb's RTC reset patchAnthony Liguori
2009-06-14Add rtc reset function.Gleb Natapov
2009-04-22Change RTC time drift IRQ re-injection (Gleb Natapov)aliguori
2009-04-10Fix RTC breakage from r7031.pbrook
2009-04-07mc146818: add square wave output supportaurel32
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-24Support epoch of 1980 in RTC emulation for MIPS Magnumaurel32
2009-01-15Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov)aliguori
2009-01-14Fix day of week in mc146818aurel32
2008-12-18Remove trailing spaces introduced by commit 6081aurel32
2008-12-17Add HPET emulation to qemu (Beth Kon)aliguori
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-02-17Unify RTCs that use host time, fix M48t59 alarm.balrog
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-11-07added -startdate optionbellard
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-04-17Fix mmapped register alignment and endianness handling.ths