Re: [kvm-devel] KVM: LAPIC: ignore pending timers if LVTT is disabled

2008-05-14 Thread Avi Kivity
Marcelo Tosatti wrote: Only use the APIC pending timers count to break out of HLT emulation if the timer vector is enabled. Certain configurations of Windows simply mask out the vector without disabling the timer. Applied, thanks. -- error compiling committee.c: too many arguments to

[kvm-devel] KVM: LAPIC: ignore pending timers if LVTT is disabled

2008-05-13 Thread Marcelo Tosatti
Only use the APIC pending timers count to break out of HLT emulation if the timer vector is enabled. Certain configurations of Windows simply mask out the vector without disabling the timer. Signed-off-by: Marcelo Tosatti [EMAIL PROTECTED] diff --git a/arch/x86/kvm/lapic.c