summaryrefslogtreecommitdiffstats
path: root/hw/mc146818rtc.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* rtc: Only call rtc_set_cmos when Register B SET flag is disabled.Alex Horn2012-11-271-1/+5
* qdev: Split up header so it can be used in cpu.hAnthony Liguori2012-11-151-0/+1
* mc146818rtc: convert PIO to new memory api read/writeAlexander Graf2012-10-291-8/+11
* rtc: implement century bytePaolo Bonzini2012-10-051-9/+18
* rtc: map CMOS index 0x37 to 0x32 on read and writesPaolo Bonzini2012-10-051-6/+9
* RTC: Remove the current_tm fieldPaolo Bonzini2012-09-101-11/+1
* RTC: Get and set time without going through s->current_tmPaolo Bonzini2012-09-101-16/+22
* RTC: Do not fire timer periodically to catch next alarmPaolo Bonzini2012-09-101-14/+103
* RTC: Add divider reset supportYang Zhang2012-09-101-9/+41
* RTC: Update the RTC clock only when reading itYang Zhang2012-09-101-135/+194
* RTC: Update interrupt state when interrupts are masked/unmaskedYang Zhang2012-09-101-0/+9
* RTC: introduce RTC_CLOCK_RATEPaolo Bonzini2012-09-101-4/+5
* RTC: Rename rtc_timer_updateYang Zhang2012-09-101-5/+5
* RTC: Remove the logic to update time format when DM bit changedYang Zhang2012-09-101-9/+1
* qapi: Add Visitor interfaces for uint*_t and int*_tMichael Roth2012-06-081-7/+0
* rtc: split out macros into a header file and use in test caseAnthony Liguori2012-03-301-33/+0
* hw/mc146818: Drop unneeded #includesAndreas Färber2012-03-141-2/+0
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-03-011-1/+4
|\
| * target-i386: Add infrastructure for reporting TPR MMIO accessesJan Kiszka2012-02-181-1/+4
* | suspend: make rtc alarm wakeup the guest.Gerd Hoffmann2012-02-241-0/+1
* | suspend: switch acpi s3 to new infrastructure.Gerd Hoffmann2012-02-241-0/+12
|/
* qom: Unify type registrationAndreas Färber2012-02-151-2/+3
* qom: move properties from qdev to objectAnthony Liguori2012-02-031-4/+4
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-13/+17
* mc146818rtc: Use lost_tick_policy propertyJan Kiszka2012-02-011-7/+19
* isa: pic: convert to QEMU Object ModelAnthony Liguori2012-01-271-8/+14
* rtc: clear non-PF bits when reinjecting on ackPaolo Bonzini2012-01-131-3/+3
* rtc: raise PF bit when the periodic timer triggers but PIE=0Paolo Bonzini2012-01-131-1/+2
* rtc: raise AF bit when the alarm is encountered but AIE=0Paolo Bonzini2012-01-131-9/+10
* rtc: fix 12-hour modePaolo Bonzini2012-01-131-4/+7
* isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau2011-12-201-2/+2
* rtc: add a dynamic property for retrieving the dateAnthony Liguori2011-12-151-0/+27
* rtc: Convert to isa_register_ioportRichard Henderson2011-10-111-3/+12
* mc146818rtc: Handle host clock resetsJan Kiszka2011-07-231-0/+20
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-8/+8
* mc146818rtc: update registers after a format changeAurelien Jarno2011-01-291-1/+9
* mc146818rtc: constantifyAurelien Jarno2011-01-291-2/+3
* Keep track of ISA ports ISA device is using in qdev.Gleb Natapov2010-12-111-0/+1
* make rtc alatm workGleb Natapov2010-07-061-4/+3
* hpet/rtc: Rework RTC IRQ replacement by HPETJan Kiszka2010-06-131-34/+15
* mc146818rtc: improve debuggingBlue Swirl2010-05-301-2/+20
* mc146818rtc: remove #ifdef DEBUG_CMOS.Isaku Yamahata2010-05-151-8/+10
* rtc: make rtc_xxx accept/return ISADevice instead of RTCState.Isaku Yamahata2010-05-151-11/+15
* mc146818rtc: Register vmstate via qdevJan Kiszka2010-05-151-1/+2
* Move x86 specific PC declarations to a separate fileBlue Swirl2010-03-211-0/+1
* QMP: Introduce RTC_CHANGE eventLuiz Capitulino2010-03-081-0/+2
OpenPOWER on IntegriCloud