summaryrefslogtreecommitdiffstats
path: root/hw/timer/mc146818rtc.c
Commit message (Expand)AuthorAgeFilesLines
* qtest: add rtc periodic timer testXiao Guangrong2017-06-061-12/+3Star
* mc146818rtc: embrace all x86 specific codeXiao Guangrong2017-06-061-29/+31
* mc146818rtc: drop unnecessary '#ifdef TARGET_I386'Xiao Guangrong2017-06-061-13/+3Star
* mc146818rtc: ensure LOST_TICK_POLICY_SLEW is only enabled on TARGET_I386Xiao Guangrong2017-06-061-2/+2
* mc146818rtc: precisely count the clock for periodic timerTai Yunfang2017-06-061-23/+97
* mc146818rtc: update periodic timer only if it is neededXiao Guangrong2017-06-061-2/+16
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* replay: don't use rtc clock on loadvm phasePavel Dovgalyuk2017-01-271-4/+11
* bugfix: vm halt when in reset loopinghangaohuai2017-01-161-0/+12
* MC146818 RTC: coordinate guest clock base to destination host after migrationJunlian Bell2016-10-041-1/+9
* MC146818 RTC: add GPIO access to output IRQEfimov Vasily2016-06-291-2/+4
* coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-201-3/+1Star
* hw: Clean up includesPeter Maydell2016-06-071-1/+0Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+2
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-6/+8
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+1
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* 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/+0Star
* mc146818rtc: Reset the periodic timer on loadPaul Donohue2015-06-191-0/+6
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-13/+10Star
* Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson2015-03-091-41/+3Star
* 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/+1Star
* 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-061-8/+1Star
* 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