Re: [PATCH] KVM/VMX: Remve unused function is_external_interrupt().

2018-10-01 Thread Paolo Bonzini
On 28/09/2018 14:45, Tianyu Lan wrote: > is_external_interrupt() is not used now and so remove it. > > Signed-off-by: Lan Tianyu > --- > arch/x86/kvm/vmx.c | 6 -- > 1 file changed, 6 deletions(-) > > diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c > index 70e1f916bfc9..619307b3e6bb 10

[PATCH] KVM/VMX: Remve unused function is_external_interrupt().

2018-09-28 Thread Tianyu Lan
is_external_interrupt() is not used now and so remove it. Signed-off-by: Lan Tianyu --- arch/x86/kvm/vmx.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 70e1f916bfc9..619307b3e6bb 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@