summaryrefslogtreecommitdiffstats
path: root/hw/timer/mc146818rtc.c
Commit message (Expand)AuthorAgeFilesLines
* timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi2015-07-201-8/+10
* timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia2015-07-021-1/+0
* mc146818rtc: Reset the periodic timer on loadPaul Donohue2015-06-191-0/+6
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-13/+10
* Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson2015-03-091-41/+3
* fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() failZhang Haoyu2015-02-051-1/+1
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-2/+2
* mc146818rtc: add missed field to vmstatePavel Dovgalyuk2014-09-111-0/+24
* Fix debug print warningGonglei2014-09-021-1/+1
* mc146818rtc: reinitialize irq_reinject_on_ack_count on resetPaolo Bonzini2014-08-271-0/+1
* mc146818rtc: register the clock reset notifier on the right clockPaolo Bonzini2014-07-101-1/+1
* mc146818rtc: add "rtc-time" link to "/machine/rtc"Marcelo Tosatti2014-07-011-0/+9
* mc146818rtc: add rtc-reset-reinjection QMP commandMarcelo Tosatti2014-06-291-0/+18
* qapi event: convert RTC_CHANGEWenchao Xia2014-06-231-1/+2
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-2/+1
* qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster2014-05-151-2/+22
* hw: Don't call visit_end_struct() after visit_start_struct() failsMarkus Armbruster2014-05-151-8/+15
* qdev: Add enum property types to QAPI schemaPaolo Bonzini2014-02-141-7/+7
* isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+2
* qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
* rtc: remove dead SQW IRQ codeJan Kiszka2013-11-051-8/+1
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-8/+8
* aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh2013-08-221-13/+15
* aio / timers: Rename qemu_timer_* functionsAlex Bligh2013-08-221-3/+3
* hw/t*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* isa: Use realizefn for ISADeviceAndreas Färber2013-06-071-9/+9
* pc: Update rtc_cmos on CPU hot-plugIgor Mammedov2013-05-011-0/+7
* mc146818rtc: QOM'ifyAndreas Färber2013-04-291-16/+20
* hw: move MC146818RTC to hw/timer/, configure via default-configs/Paolo Bonzini2013-04-081-0/+913
OpenPOWER on IntegriCloud