Neel Natu 0a9ae358fd Fix a bug in the HPET emulation where a timer interrupt could be lost when the
guest disables the HPET.

The HPET timer interrupt is triggered from the callout handler associated with
the timer. It is possible for the callout handler to be delayed before it gets
a chance to execute. If the guest disables the HPET during this window then the
handler never gets a chance to execute and the timer interrupt is lost.

This is now fixed by injecting a timer interrupt into the guest if the callout
time is detected to be in the past when the HPET is disabled.
2014-01-03 19:25:52 +00:00
..
2014-01-02 07:34:36 +00:00
2013-11-23 00:28:18 +00:00
2013-12-17 07:47:27 +00:00
2014-01-01 22:51:19 +00:00
2013-11-29 20:14:26 +00:00
2014-01-03 12:06:54 +00:00
2013-11-11 13:19:55 +00:00
2013-12-05 21:58:02 +00:00
2013-12-31 12:18:10 +00:00
2013-12-24 14:48:52 +00:00
2013-12-30 08:36:17 +00:00