On 16/12/2014 16:13, Marcelo Tosatti wrote:
>> > So perhaps you can get rid of patch 1 and check
>> > kvm_apic_vid_enabled(vcpu->kvm):
>> > 
>> >    if (k_a_v_e(vcpu->kvm)
>> >            return true;
>> >    if (apic_test_vector(vec, apic->regs + APIC_ISR))
>> >            return true;
>> > 
>> > Does this sound correct?
> * expired_tscdeadline != 0.
> * APIC timer interrupt delivery masked at LVTT register.
> 
> Implies expired_tscdeadline != 0 and interrupt not injected.

Good point.

Paolo
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to