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

From: Paolo Bonzini
Date: Thu Aug 02 2018 - 13:25:05 EST


Just make clean and it will work. Will debug it.

Paolo

----- Paolo Bonzini <pbonzini@xxxxxxxxxx> 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,
> > however, I'd like to enable migration when we know that it works so I
> > was going to wait for your nested virtualization state migration series
> > to land and gain Qemu support before starting to experiment. "One bite
> > at a time".
> >
>
> Don't worry about QEMU - working with tools/testing/selftests/kvm/ is
> much simpler (as long as a similar test exists to what you're doing).
>
> Paolo