commit | 24f7bb52e952912b6a936ebcdc4e744b03e9e5cf | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Mon Jun 24 15:19:15 2013 +0300 |
committer | Gleb Natapov <gleb@redhat.com> | Thu Jun 27 14:20:53 2013 +0300 |
tree | 53ebca7bbfcae0eb83f678c37f9ab02fdd52179d | |
parent | 489223edf29bc08f84e581c9495a2b42c9d52f08 [diff] |
KVM: Fix RTC interrupt coalescing tracking This reverts most of the f1ed0450a5fac7067590317cbf027f566b6ccbca. After the commit kvm_apic_set_irq() no longer returns accurate information about interrupt injection status if injection is done into disabled APIC. RTC interrupt coalescing tracking relies on the information to be accurate and cannot recover if it is not. Signed-off-by: Gleb Natapov <gleb@redhat.com>