aboutsummaryrefslogtreecommitdiff
path: root/hw/mc146818rtc.c
AgeCommit message (Expand)Author
2013-04-08hw: move MC146818RTC to hw/timer/, configure via default-configs/Paolo Bonzini
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-01hw: include hw header files with full pathsPaolo Bonzini
2013-01-10Make all static TypeInfos constAndreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-11-27rtc: Only call rtc_set_cmos when Register B SET flag is disabled.Alex Horn
2012-11-15qdev: Split up header so it can be used in cpu.hAnthony Liguori
2012-10-29mc146818rtc: convert PIO to new memory api read/writeAlexander Graf
2012-10-05rtc: implement century bytePaolo Bonzini
2012-10-05rtc: map CMOS index 0x37 to 0x32 on read and writesPaolo Bonzini
2012-09-10RTC: Remove the current_tm fieldPaolo Bonzini
2012-09-10RTC: Get and set time without going through s->current_tmPaolo Bonzini
2012-09-10RTC: Do not fire timer periodically to catch next alarmPaolo Bonzini
2012-09-10RTC: Add divider reset supportYang Zhang
2012-09-10RTC: Update the RTC clock only when reading itYang Zhang
2012-09-10RTC: Update interrupt state when interrupts are masked/unmaskedYang Zhang
2012-09-10RTC: introduce RTC_CLOCK_RATEPaolo Bonzini
2012-09-10RTC: Rename rtc_timer_updateYang Zhang
2012-09-10RTC: Remove the logic to update time format when DM bit changedYang Zhang
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