aboutsummaryrefslogtreecommitdiff
path: root/hw/timer/mc146818rtc.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-1063/+0
2019-08-20mc146818rtc: Remove reset notifiersDr. David Alan Gilbert1-19/+0
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-07-02qapi: Rename target.json to misc-target.jsonMarkus Armbruster1-2/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-02-18qapi: move RTC_CHANGE to the target schemaMarc-André Lureau1-1/+1
2019-02-18qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386Marc-André Lureau1-1/+1
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza1-1/+1
2018-10-19target-i386: add rtc 0x70 port as coalesced_pioPeng Hao1-0/+9
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-1/+1
2018-08-23hw/timer/mc146818rtc: Fix introspection problemThomas Huth1-9/+3
2018-08-23hw/timer/mc146818rtc: White space clean-upThomas Huth1-4/+4
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster1-2/+2
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+2
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé1-1/+1
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-08-01mc146818rtc: implement UIP latching as intendedPaolo Bonzini1-6/+9
2017-08-01mc146818rtc: simplify check_update_timerPaolo Bonzini1-13/+11
2017-06-06qtest: add rtc periodic timer testXiao Guangrong1-12/+3
2017-06-06mc146818rtc: embrace all x86 specific codeXiao Guangrong1-29/+31
2017-06-06mc146818rtc: drop unnecessary '#ifdef TARGET_I386'Xiao Guangrong1-13/+3
2017-06-06mc146818rtc: ensure LOST_TICK_POLICY_SLEW is only enabled on TARGET_I386Xiao Guangrong1-2/+2
2017-06-06mc146818rtc: precisely count the clock for periodic timerTai Yunfang1-23/+97
2017-06-06mc146818rtc: update periodic timer only if it is neededXiao Guangrong1-2/+16
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2017-01-27replay: don't use rtc clock on loadvm phasePavel Dovgalyuk1-4/+11
2017-01-16bugfix: vm halt when in reset loopinghangaohuai1-0/+12
2016-10-04MC146818 RTC: coordinate guest clock base to destination host after migrationJunlian Bell1-1/+9
2016-06-29MC146818 RTC: add GPIO access to output IRQEfimov Vasily1-2/+4
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-3/+1
2016-06-07hw: Clean up includesPeter Maydell1-1/+0
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+2
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-6/+8
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+1
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi1-8/+10
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia1-1/+0
2015-06-19mc146818rtc: Reset the periodic timer on loadPaul Donohue1-0/+6
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-13/+10
2015-03-09Generalize QOM publishing of date and time from mc146818rtc.cDavid Gibson1-41/+3
2015-02-05fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() failZhang Haoyu1-1/+1
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-2/+2
2014-09-11mc146818rtc: add missed field to vmstatePavel Dovgalyuk1-0/+24
2014-09-02Fix debug print warningGonglei1-1/+1