aboutsummaryrefslogtreecommitdiff
path: root/hw/timer/mc146818rtc.c
AgeCommit message (Expand)Author
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé
2019-08-20mc146818rtc: Remove reset notifiersDr. David Alan Gilbert
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-02qapi: Rename target.json to misc-target.jsonMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-02-18qapi: move RTC_CHANGE to the target schemaMarc-André Lureau
2019-02-18qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386Marc-André Lureau
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza
2018-10-19target-i386: add rtc 0x70 port as coalesced_pioPeng Hao
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-08-23hw/timer/mc146818rtc: Fix introspection problemThomas Huth
2018-08-23hw/timer/mc146818rtc: White space clean-upThomas Huth
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-08-01mc146818rtc: implement UIP latching as intendedPaolo Bonzini
2017-08-01mc146818rtc: simplify check_update_timerPaolo Bonzini
2017-06-06qtest: add rtc periodic timer testXiao Guangrong
2017-06-06mc146818rtc: embrace all x86 specific codeXiao Guangrong
2017-06-06mc146818rtc: drop unnecessary '#ifdef TARGET_I386'Xiao Guangrong
2017-06-06mc146818rtc: ensure LOST_TICK_POLICY_SLEW is only enabled on TARGET_I386Xiao Guangrong
2017-06-06mc146818rtc: precisely count the clock for periodic timerTai Yunfang
2017-06-06mc146818rtc: update periodic timer only if it is neededXiao Guangrong
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-01-27replay: don't use rtc clock on loadvm phasePavel Dovgalyuk
2017-01-16bugfix: vm halt when in reset loopinghangaohuai
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