commit | 19e0cbb82ffab7220cdbcc78ab2c1dac823ce4e3 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Tue Jul 16 06:45:57 2013 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Thu Jul 18 06:44:55 2013 -0700 |
tree | b3c8ca6e9341d07c740a962ab17e92914301a448 | |
parent | 6453a3a69488196f26d12654c6b148446abdf3d6 [diff] |
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>