lkml.org 
[lkml]   [2019]   [Jul]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v7 2/2] KVM: LAPIC: Inject timer interrupt via posted interrupt
From
Date
On 06/07/19 03:26, Wanpeng Li wrote:
> +
> +void kvm_wait_lapic_expire(struct kvm_vcpu *vcpu)
> +{
> + if (!lapic_timer_int_injected(vcpu))
> + return;
> +
> + __kvm_wait_lapic_expire(vcpu);
> +}
> EXPORT_SYMBOL_GPL(kvm_wait_lapic_expire);

I changed this to

if (lapic_timer_int_injected(vcpu))
__kvm_wait_lapic_expire(vcpu);

and queued the two patches.

Paolo

\
 
 \ /
  Last update: 2019-07-17 18:29    [W:0.103 / U:0.428 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site