summary refs log tree commit diff stats
path: root/hw/timer/mc146818rtc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mc146818rtc: Remove reset notifiersDr. David Alan Gilbert2019-08-201-19/+0
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* qapi: Rename target.json to misc-target.jsonMarkus Armbruster2019-07-021-2/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* qapi: move RTC_CHANGE to the target schemaMarc-André Lureau2019-02-181-1/+1
* qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386Marc-André Lureau2019-02-181-1/+1
* qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza2018-12-181-1/+1
* target-i386: add rtc 0x70 port as coalesced_pioPeng Hao2018-10-191-0/+9
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-1/+1
* hw/timer/mc146818rtc: Fix introspection problemThomas Huth2018-08-231-9/+3
* hw/timer/mc146818rtc: White space clean-upThomas Huth2018-08-231-4/+4
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-2/+2
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé2017-12-181-1/+1
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* mc146818rtc: implement UIP latching as intendedPaolo Bonzini2017-08-011-6/+9
* mc146818rtc: simplify check_update_timerPaolo Bonzini2017-08-011-13/+11
* qtest: add rtc periodic timer testXiao Guangrong2017-06-061-12/+3
* mc146818rtc: embrace all x86 specific codeXiao Guangrong2017-06-061-29/+31
* mc146818rtc: drop unnecessary '#ifdef TARGET_I386'Xiao Guangrong2017-06-061-13/+3
* 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/+1
* hw: Clean up includesPeter Maydell2016-06-071-1/+0
* 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/+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