Skip to content
Snippets Groups Projects
user avatar
Richard Henderson authored
Basing the alarm off the rtc_clock was silly.  It leads to horrible
spinning in the guest after being suspended and resumed, as it tries
to catch up with lost ticks.

This requires adding an accessor for reading the vm_clock too.

Signed-off-by: default avatarRichard Henderson <rth@twiddle.net>
19e0cbb8
History
Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team