aboutsummaryrefslogtreecommitdiffstats
path: root/hw/mc146818rtc.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-03qom: move properties from qdev to objectAnthony Liguori1-4/+4
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-13/+17
2012-02-01mc146818rtc: Use lost_tick_policy propertyJan Kiszka1-7/+19
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori1-8/+14
2012-01-13rtc: clear non-PF bits when reinjecting on ackPaolo Bonzini1-3/+3
2012-01-13rtc: raise PF bit when the periodic timer triggers but PIE=0Paolo Bonzini1-1/+2
2012-01-13rtc: raise AF bit when the alarm is encountered but AIE=0Paolo Bonzini1-9/+10
2012-01-13rtc: fix 12-hour modePaolo Bonzini1-4/+7
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau1-2/+2
2011-12-15rtc: add a dynamic property for retrieving the dateAnthony Liguori1-0/+27
2011-10-11rtc: Convert to isa_register_ioportRichard Henderson1-3/+12
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