Re: [PATCH] KVM: clean up the unused argument

2021-03-26 Thread Paolo Bonzini
On 13/03/21 06:10, lihaiwei.ker...@gmail.com wrote: From: Haiwei Li kvm_msr_ignored_check function never uses vcpu argument. Clean up the function and invokers. Signed-off-by: Haiwei Li --- arch/x86/kvm/x86.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) Queued, thanks.

Re: [PATCH] KVM: clean up the unused argument

2021-03-25 Thread Haiwei Li
Kindly ping. :) On Mon, Mar 15, 2021 at 12:40 PM Keqian Zhu wrote: > > > This looks OK. The use of vcpu argument is removed in commit d383b3146d80 > (KVM: x86: Fix NULL dereference at kvm_msr_ignored_check()) > > Reviewed-by: Keqian Zhu > > On 2021/3/13 13:10, lihaiwei.ker...@gmail.com wrote: >

Re: [PATCH] KVM: clean up the unused argument

2021-03-14 Thread Keqian Zhu
This looks OK. The use of vcpu argument is removed in commit d383b3146d80 (KVM: x86: Fix NULL dereference at kvm_msr_ignored_check()) Reviewed-by: Keqian Zhu On 2021/3/13 13:10, lihaiwei.ker...@gmail.com wrote: > From: Haiwei Li > > kvm_msr_ignored_check function never uses vcpu argument. C

[PATCH] KVM: clean up the unused argument

2021-03-12 Thread lihaiwei . kernel
From: Haiwei Li kvm_msr_ignored_check function never uses vcpu argument. Clean up the function and invokers. Signed-off-by: Haiwei Li --- arch/x86/kvm/x86.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 012d5df..27e9e