summaryrefslogtreecommitdiffstats
path: root/hw/mc146818rtc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* reduce number of reinjects on ACKGleb Natapov2010-01-201-1/+1
* fix rtc-td-hack on host without high-res timersGleb Natapov2009-12-121-0/+17
* BCD cleanupPaul Brook2009-11-221-18/+18
* mc146818rtc: remove rtc_mm_init()Juan Quintela2009-10-271-105/+0
* mc146818rtc: fix indentationJuan Quintela2009-10-271-1/+2
* mc146818rtc: port rtc to vmstateJuan Quintela2009-10-271-53/+32
* mc145818rtc: fix saving of rtc-td hack properly upgrading the version numberJuan Quintela2009-10-271-34/+13
* TARGET_I386 is always defined if TARGET_X86_64 is definedJuan Quintela2009-10-121-2/+2
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* Enable host-clock-based RTCJan Kiszka2009-10-051-20/+18
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-7/+7
* Get rid of _t suffixmalc2009-10-011-7/+7
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-8/+8
* qdev/isa: convert real time clockGerd Hoffmann2009-09-101-11/+32
* RTC polling mode brokenBernhard Kauer2009-09-091-2/+3
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Incorporate changes from v2 of Gleb's RTC reset patchAnthony Liguori2009-06-151-4/+8
OpenPOWER on IntegriCloud