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

2020-05-18 Thread Paolo Bonzini
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 >>  

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

2020-05-18 Thread Krish Sadhukhan
On 5/15/20 10:41 AM, Paolo Bonzini wrote: Here are some refactorings to prepare for an SVM implementation of KVM_SET_NESTED_STATE. It's a prerequisite for that to eliminate exit_required, moving exceptions to svm_check_nested_events. However: - I might work on that soon, because it's needed