From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v3 0/6] KVM: nVMX: Enlightened VMCS for Hyper-V on KVM Date: Thu, 2 Aug 2018 13:25:01 -0400 (EDT) Message-ID: <1139128422.9369612.1533230701907.JavaMail.zimbra@redhat.com> References: <20180725163057.13948-1-vkuznets@redhat.com> <4c221ed3-5de8-b9cf-663b-d31ce0834c12@redhat.com> <871sbgaonv.fsf@vitty.brq.redhat.com> <428fb407-4082-abef-b643-7b92cdd6b14c@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Vitaly Kuznetsov , kvm@vger.kernel.org, Radim =?utf-8?B?S3LEjW3DocWZ?= , Roman Kagan , "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , "Michael Kelley (EOSG)" , Mohammed Gamal , Cathy Avery , linux-kernel@vger.kernel.org, Jim Mattson , Liran Alon To: Paolo Bonzini Return-path: In-Reply-To: <428fb407-4082-abef-b643-7b92cdd6b14c@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 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, > > 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