Re: [PATCH v3 0/6] KVM: nVMX: Enlightened VMCS for Hyper-V on KVM

2018-08-02 Thread Paolo Bonzini
Just make clean and it will work. Will debug it. Paolo - Paolo Bonzini ha scritto: > On 02/08/2018 15:22, Vitaly Kuznetsov wrote: > >> Looks good, but we have to do something about live migration. > > Sure, > > > > I don't actually see any fundumental problems when eVMCS is in use, > > howe

Re: [PATCH v3 0/6] KVM: nVMX: Enlightened VMCS for Hyper-V on KVM

2018-08-02 Thread Paolo Bonzini
On 02/08/2018 15:22, Vitaly Kuznetsov wrote: >> Looks good, but we have to do something about live migration. > Sure, > > I don't actually see any fundumental problems when eVMCS is in use, > however, I'd like to enable migration when we know that it works so I > was going to wait for your nested

Re: [PATCH v3 0/6] KVM: nVMX: Enlightened VMCS for Hyper-V on KVM

2018-08-02 Thread Vitaly Kuznetsov
Paolo Bonzini writes: > On 25/07/2018 18:30, Vitaly Kuznetsov wrote: >> Changes since v2: >> - Rebase to the current kvm/queue. >> - Simplify clean fields check in prepare_vmcs02{,_full} and >> copy_enlightened_to_vmcs12() by resetting the clean fields mask in >> nested_vmx_handle_enlightened

Re: [PATCH v3 0/6] KVM: nVMX: Enlightened VMCS for Hyper-V on KVM

2018-08-02 Thread Paolo Bonzini
On 25/07/2018 18:30, Vitaly Kuznetsov wrote: > Changes since v2: > - Rebase to the current kvm/queue. > - Simplify clean fields check in prepare_vmcs02{,_full} and > copy_enlightened_to_vmcs12() by resetting the clean fields mask in > nested_vmx_handle_enlightened_vmptrld() when we switch from

[PATCH v3 0/6] KVM: nVMX: Enlightened VMCS for Hyper-V on KVM

2018-07-25 Thread Vitaly Kuznetsov
Changes since v2: - Rebase to the current kvm/queue. - Simplify clean fields check in prepare_vmcs02{,_full} and copy_enlightened_to_vmcs12() by resetting the clean fields mask in nested_vmx_handle_enlightened_vmptrld() when we switch from one L2 guest to another [Paolo Bonzini] - Cope with t