summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* reduce number of reinjects on ACKGleb Natapov2010-01-201-1/+1
* fix rtc-td-hack on host without high-res timersGleb Natapov2009-12-121-0/+17
* BCD cleanupPaul Brook2009-11-221-18/+18
* mc146818rtc: remove rtc_mm_init()Juan Quintela2009-10-271-105/+0
* mc146818rtc: fix indentationJuan Quintela2009-10-271-1/+2
* mc146818rtc: port rtc to vmstateJuan Quintela2009-10-271-53/+32
* mc145818rtc: fix saving of rtc-td hack properly upgrading the version numberJuan Quintela2009-10-271-34/+13
* TARGET_I386 is always defined if TARGET_X86_64 is definedJuan Quintela2009-10-121-2/+2
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* Enable host-clock-based RTCJan Kiszka2009-10-051-20/+18
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-7/+7
* Get rid of _t suffixmalc2009-10-011-7/+7
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-8/+8
* qdev/isa: convert real time clockGerd Hoffmann2009-09-101-11/+32
* RTC polling mode brokenBernhard Kauer2009-09-091-2/+3
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Incorporate changes from v2 of Gleb's RTC reset patchAnthony Liguori2009-06-151-4/+8
* Add rtc reset function.Gleb Natapov2009-06-141-0/+19
* Change RTC time drift IRQ re-injection (Gleb Natapov)aliguori2009-04-221-15/+47
* Fix RTC breakage from r7031.pbrook2009-04-101-1/+1
* mc146818: add square wave output supportaurel322009-04-071-10/+29
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-4/+0
* Support epoch of 1980 in RTC emulation for MIPS Magnumaurel322009-01-241-4/+12
* Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov)aliguori2009-01-151-0/+57
* Fix day of week in mc146818aurel322009-01-141-4/+5
* Remove trailing spaces introduced by commit 6081aurel322008-12-181-5/+5
* Add HPET emulation to qemu (Beth Kon)aliguori2008-12-171-5/+24
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-8/+6
* Unify RTCs that use host time, fix M48t59 alarm.balrog2008-02-171-14/+4
* qemu_put signedness fixes, by Andre Przywara.ths2007-12-161-18/+18
* Add statics and missing #includes for prototypes.pbrook2007-11-181-10/+10
* Break up vl.h.pbrook2007-11-171-1/+5
* added -startdate optionbellard2007-11-071-4/+9
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-3/+3
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-16/+16
* Fix mmapped register alignment and endianness handling.ths2007-04-171-10/+25
* Memory-mapped interface for RTC, by Herve Poussineau.ths2007-04-161-0/+93
* Unify IRQ handling.pbrook2007-04-071-6/+6
* Move date/time init to the RTC implementation.ths2006-12-071-0/+25
* more accurate emulation (do not depend on localtime() or gmtime()bellard2004-06-031-58/+102
* UIP update fixbellard2004-04-031-1/+7
* win32 port (initial patch by kazu)bellard2004-03-311-20/+0
* more precise RTC emulation (periodic timers + time updates)bellard2004-03-311-34/+264
* io port API changebellard2004-03-141-6/+6
* separated more devices from emulatorbellard2004-03-141-0/+203