Re: [PATCH] KVM: Fix RTC interrupt coalescing tracking

2013-06-25 Thread Jan Kiszka
On 2013-06-26 08:15, Gleb Natapov wrote: > On Wed, Jun 26, 2013 at 07:49:37AM +0200, Jan Kiszka wrote: >> On 2013-06-24 14:19, Gleb Natapov wrote: >>> This reverts most of the f1ed0450a5fac7067590317cbf027f566b6ccbca. After >>> the commit kvm_apic_set_irq() no longer returns accurate information >>

Re: [PATCH] KVM: Fix RTC interrupt coalescing tracking

2013-06-25 Thread Gleb Natapov
On Wed, Jun 26, 2013 at 07:49:37AM +0200, Jan Kiszka wrote: > On 2013-06-24 14:19, Gleb Natapov wrote: > > This reverts most of the f1ed0450a5fac7067590317cbf027f566b6ccbca. After > > the commit kvm_apic_set_irq() no longer returns accurate information > > about interrupt injection status if inject

Re: [PATCH] KVM: Fix RTC interrupt coalescing tracking

2013-06-25 Thread Jan Kiszka
On 2013-06-24 14:19, Gleb Natapov wrote: > 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

[PATCH] KVM: Fix RTC interrupt coalescing tracking

2013-06-24 Thread Gleb Natapov
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 cann