Re: [PATCH] KVM: x86: Remove unused function declaration

2021-04-17 Thread Paolo Bonzini
On 06/04/21 08:35, Keqian Zhu wrote: kvm_mmu_slot_largepage_remove_write_access() is decared but not used, just remove it. Signed-off-by: Keqian Zhu --- arch/x86/include/asm/kvm_host.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm

Re: [PATCH] KVM: x86: Remove unused function declaration

2021-04-08 Thread Sean Christopherson
On Tue, Apr 06, 2021, Keqian Zhu wrote: > kvm_mmu_slot_largepage_remove_write_access() is decared but not used, > just remove it. > > Signed-off-by: Keqian Zhu Reviewed-by: Sean Christopherson

[PATCH] KVM: x86: Remove unused function declaration

2021-04-05 Thread Keqian Zhu
kvm_mmu_slot_largepage_remove_write_access() is decared but not used, just remove it. Signed-off-by: Keqian Zhu --- arch/x86/include/asm/kvm_host.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index 3768819693e5..9c0af0971