]> git.proxmox.com Git - qemu.git/commit
target-alpha: Move alarm to vm_clock
authorRichard Henderson <rth@twiddle.net>
Tue, 16 Jul 2013 13:45:57 +0000 (06:45 -0700)
committerRichard Henderson <rth@twiddle.net>
Thu, 18 Jul 2013 13:44:55 +0000 (06:44 -0700)
commit19e0cbb82ffab7220cdbcc78ab2c1dac823ce4e3
treeb3c8ca6e9341d07c740a962ab17e92914301a448
parent6453a3a69488196f26d12654c6b148446abdf3d6
target-alpha: Move alarm to vm_clock

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: Richard Henderson <rth@twiddle.net>
hw/alpha/typhoon.c
target-alpha/helper.h
target-alpha/sys_helper.c
target-alpha/translate.c