[PATCH 3/6] KVM: x86: introduce kvm_register_clear_available

2021-04-01 Thread Maxim Levitsky
Small refactoring that will be used in the next patch. Signed-off-by: Maxim Levitsky --- arch/x86/kvm/kvm_cache_regs.h | 7 +++ arch/x86/kvm/svm/svm.c| 6 ++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/arch/x86/kvm/kvm_cache_regs.h b/arch/x86/kvm/kvm_cache_regs

Re: [PATCH 3/6] KVM: x86: introduce kvm_register_clear_available

2021-04-01 Thread Paolo Bonzini
On 01/04/21 16:18, Maxim Levitsky wrote: Small refactoring that will be used in the next patch. Signed-off-by: Maxim Levitsky --- arch/x86/kvm/kvm_cache_regs.h | 7 +++ arch/x86/kvm/svm/svm.c| 6 ++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/arch/x86/kvm/

Re: [PATCH 3/6] KVM: x86: introduce kvm_register_clear_available

2021-04-05 Thread Sean Christopherson
On Thu, Apr 01, 2021, Maxim Levitsky wrote: > Small refactoring that will be used in the next patch. > > Signed-off-by: Maxim Levitsky > --- > arch/x86/kvm/kvm_cache_regs.h | 7 +++ > arch/x86/kvm/svm/svm.c| 6 ++ > 2 files changed, 9 insertions(+), 4 deletions(-) > > diff --git