index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
timer
/
mc146818rtc.c
Age
Commit message (
Expand
)
Author
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2017-12-18
hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()
Philippe Mathieu-Daudé
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2017-08-01
mc146818rtc: implement UIP latching as intended
Paolo Bonzini
2017-08-01
mc146818rtc: simplify check_update_timer
Paolo Bonzini
2017-06-06
qtest: add rtc periodic timer test
Xiao Guangrong
2017-06-06
mc146818rtc: embrace all x86 specific code
Xiao Guangrong
2017-06-06
mc146818rtc: drop unnecessary '#ifdef TARGET_I386'
Xiao Guangrong
2017-06-06
mc146818rtc: ensure LOST_TICK_POLICY_SLEW is only enabled on TARGET_I386
Xiao Guangrong
2017-06-06
mc146818rtc: precisely count the clock for periodic timer
Tai Yunfang
2017-06-06
mc146818rtc: update periodic timer only if it is needed
Xiao Guangrong
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-01-27
replay: don't use rtc clock on loadvm phase
Pavel Dovgalyuk
2017-01-16
bugfix: vm halt when in reset looping
hangaohuai
2016-10-04
MC146818 RTC: coordinate guest clock base to destination host after migration
Junlian Bell
2016-06-29
MC146818 RTC: add GPIO access to output IRQ
Efimov Vasily
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-07
hw: Clean up includes
Peter Maydell
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-01-29
x86: Clean up includes
Peter Maydell
2015-07-20
timer: rename NSEC_PER_SEC due to Mac OS X header clash
Stefan Hajnoczi
2015-07-02
timer: Use a single definition of NSEC_PER_SEC for the whole codebase
Alberto Garcia
2015-06-19
mc146818rtc: Reset the periodic timer on load
Paul Donohue
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
2015-03-09
Generalize QOM publishing of date and time from mc146818rtc.c
David Gibson
2015-02-05
fix mc146818rtc wrong subsection name to avoid vmstate_subsection_load() fail
Zhang Haoyu
2015-01-26
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
2014-09-11
mc146818rtc: add missed field to vmstate
Pavel Dovgalyuk
2014-09-02
Fix debug print warning
Gonglei
2014-08-27
mc146818rtc: reinitialize irq_reinject_on_ack_count on reset
Paolo Bonzini
2014-07-10
mc146818rtc: register the clock reset notifier on the right clock
Paolo Bonzini
2014-07-01
mc146818rtc: add "rtc-time" link to "/machine/rtc"
Marcelo Tosatti
2014-06-29
mc146818rtc: add rtc-reset-reinjection QMP command
Marcelo Tosatti
2014-06-23
qapi event: convert RTC_CHANGE
Wenchao Xia
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-05-15
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
2014-05-15
hw: Don't call visit_end_struct() after visit_start_struct() fails
Markus Armbruster
2014-02-14
qdev: Add enum property types to QAPI schema
Paolo Bonzini
2013-12-23
isa: Clean up use of cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-11-05
rtc: remove dead SQW IRQ code
Jan Kiszka
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
aio / timers: Convert rtc_clock to be a QEMUClockType
Alex Bligh
2013-08-22
aio / timers: Rename qemu_timer_* functions
Alex Bligh
2013-07-04
hw/t*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-06-07
isa: Use realizefn for ISADevice
Andreas Färber
[next]