]> git.proxmox.com Git - qemu.git/history - hw/mc146818rtc.c
user: Restore debug usage message for '-d ?' in user mode emulation
[qemu.git] / hw / mc146818rtc.c
2011-07-23 Jan Kiszkamc146818rtc: Handle host clock resets
2011-03-24 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-21 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-03-21 Aurelien JarnoMerge branch 'for-anthony' of git://github.com/bonzini...
2011-03-21 Paolo Bonzinichange all other clock references to use nanosecond...
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/spice.v29.pull' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/usb.5' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-29 Aurelien Jarnomc146818rtc: update registers after a format change
2011-01-29 Aurelien Jarnomc146818rtc: constantify
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Gleb NatapovKeep track of ISA ports ISA device is using in qdev.
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Gleb Natapovmake rtc alatm work
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-14 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-06-13 Jan Kiszkahpet/rtc: Rework RTC IRQ replacement by HPET
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-30 Blue Swirlmc146818rtc: improve debugging
2010-05-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-05-15 Isaku Yamahatamc146818rtc: remove #ifdef DEBUG_CMOS.
2010-05-15 Isaku Yamahatartc: make rtc_xxx accept/return ISADevice instead of...
2010-05-15 Jan Kiszkamc146818rtc: Register vmstate via qdev
2010-03-21 Blue SwirlMove x86 specific PC declarations to a separate file
2010-03-08 Luiz CapitulinoQMP: Introduce RTC_CHANGE event
2010-01-20 Gleb Natapovreduce number of reinjects on ACK
2009-12-12 Gleb Natapovfix rtc-td-hack on host without high-res timers
2009-11-22 Paul BrookBCD cleanup
2009-10-27 Juan Quintelamc146818rtc: remove rtc_mm_init()
2009-10-27 Juan Quintelamc146818rtc: fix indentation
2009-10-27 Juan Quintelamc146818rtc: port rtc to vmstate
2009-10-27 Juan Quintelamc145818rtc: fix saving of rtc-td hack properly upgradi...
2009-10-12 Juan QuintelaTARGET_I386 is always defined if TARGET_X86_64 is defined
2009-10-07 Markus ArmbrusterNew qdev_init_nofail()
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