summaryrefslogtreecommitdiff
path: root/hw/timer/mc146818rtc.c
AgeCommit message (Expand)Author
2016-10-04MC146818 RTC: coordinate guest clock base to destination host after migrationJunlian Bell
2016-06-29MC146818 RTC: add GPIO access to output IRQEfimov Vasily
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-06-07hw: Clean up includesPeter Maydell
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-01-29x86: Clean up includesPeter Maydell
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia
2015-06-19mc146818rtc: Reset the periodic timer on loadPaul Donohue
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-03-09Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson
2015-02-05fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() failZhang Haoyu
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2014-09-11mc146818rtc: add missed field to vmstatePavel Dovgalyuk
2014-09-02Fix debug print warningGonglei
2014-08-27mc146818rtc: reinitialize irq_reinject_on_ack_count on resetPaolo Bonzini
2014-07-10mc146818rtc: register the clock reset notifier on the right clockPaolo Bonzini
2014-07-01mc146818rtc: add "rtc-time" link to "/machine/rtc"Marcelo Tosatti
2014-06-29mc146818rtc: add rtc-reset-reinjection QMP commandMarcelo Tosatti
2014-06-23qapi event: convert RTC_CHANGEWenchao Xia
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-05-15qapi: Replace uncommon use of the error API by the common oneMarkus Armbruster
2014-05-15hw: Don't call visit_end_struct() after visit_start_struct() failsMarkus Armbruster
2014-02-14qdev: Add enum property types to QAPI schemaPaolo Bonzini
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-11-05rtc: remove dead SQW IRQ codeJan Kiszka
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Convert rtc_clock to be a QEMUClockTypeAlex Bligh
2013-08-22aio / timers: Rename qemu_timer_* functionsAlex Bligh
2013-07-04hw/t*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber
2013-05-01pc: Update rtc_cmos on CPU hot-plugIgor Mammedov
2013-04-29mc146818rtc: QOM'ifyAndreas Färber
2013-04-08hw: move MC146818RTC to hw/timer/, configure via default-configs/Paolo Bonzini