Re: [PATCH 0/7] KVM: SVM: baby steps towards nested state migration

From: Paolo Bonzini
Date: Mon May 18 2020 - 16:13:41 EST


On 18/05/20 22:07, Krish Sadhukhan wrote:
>>
>>
>> Paolo Bonzini (7):
>> ÂÂ KVM: SVM: move map argument out of enter_svm_guest_mode
>> ÂÂ KVM: SVM: extract load_nested_vmcb_control
>> ÂÂ KVM: SVM: extract preparation of VMCB for nested run
>> ÂÂ KVM: SVM: save all control fields in svm->nested
>> ÂÂ KVM: nSVM: remove HF_VINTR_MASK
>> ÂÂ KVM: nSVM: do not reload pause filter fields from VMCB
>> ÂÂ KVM: SVM: introduce data structures for nested virt state
>>
>> Â arch/x86/include/asm/kvm_host.h |ÂÂ 1 -
>> Â arch/x86/include/uapi/asm/kvm.h |Â 26 +++++++-
>> Â arch/x86/kvm/svm/nested.cÂÂÂÂÂÂ | 115 +++++++++++++++++---------------
>> Â arch/x86/kvm/svm/svm.cÂÂÂÂÂÂÂÂÂ |Â 11 ++-
>> Â arch/x86/kvm/svm/svm.hÂÂÂÂÂÂÂÂÂ |Â 28 +++++---
>> Â 5 files changed, 116 insertions(+), 65 deletions(-)
>>
> Reviewed-by: Krish Sadhukhan <krish.sadhukhan@xxxxxxxxxx>

Thanks! Note that (while these patches should be okay) they are not
really ready to be committed because more cleanups and refactorings will
become evident through the rest of the work.

Paolo