aboutsummaryrefslogtreecommitdiff
path: root/hw/mc146818rtc.c
AgeCommit message (Expand)Author
2012-06-08qapi: Add Visitor interfaces for uint*_t and int*_tMichael Roth
2012-03-30rtc: split out macros into a header file and use in test caseAnthony Liguori
2012-03-14hw/mc146818: Drop unneeded #includesAndreas Färber
2012-03-01Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-02-24suspend: make rtc alarm wakeup the guest.Gerd Hoffmann
2012-02-24suspend: switch acpi s3 to new infrastructure.Gerd Hoffmann
2012-02-18target-i386: Add infrastructure for reporting TPR MMIO accessesJan Kiszka
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qom: move properties from qdev to objectAnthony Liguori
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-02-01mc146818rtc: Use lost_tick_policy propertyJan Kiszka
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori
2012-01-13rtc: clear non-PF bits when reinjecting on ackPaolo Bonzini
2012-01-13rtc: raise PF bit when the periodic timer triggers but PIE=0Paolo Bonzini
2012-01-13rtc: raise AF bit when the alarm is encountered but AIE=0Paolo Bonzini
2012-01-13rtc: fix 12-hour modePaolo Bonzini
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau
2011-12-15rtc: add a dynamic property for retrieving the dateAnthony Liguori
2011-10-11rtc: Convert to isa_register_ioportRichard Henderson
2011-07-23mc146818rtc: Handle host clock resetsJan Kiszka
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