From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH v4 3/3] KVM: nVMX: Emulate EPTP switching for the L1 hypervisor Date: Tue, 11 Jul 2017 21:13:34 +0200 Message-ID: <20170711191334.GB3442@potion> References: <20170710204936.4001-1-bsd@redhat.com> <20170710204936.4001-4-bsd@redhat.com> <2d50ebc4-9328-ce08-b55b-6a331ee13cc3@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jim Mattson , David Hildenbrand , kvm list , Paolo Bonzini , LKML To: Bandan Das Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 2017-07-11 14:35-0400, Bandan Das: > Jim Mattson writes: > ... > >>> I can find the definition for an vmexit in case of index >= > >>> VMFUNC_EPTP_ENTRIES, but not for !vmcs12->eptp_list_address in the SDM. > >>> > >>> Can you give me a hint? > >> > >> I don't think there is. Since, we are basically emulating eptp switching > >> for L2, this is a good check to have. > > > > There is nothing wrong with a hypervisor using physical page 0 for > > whatever purpose it likes, including an EPTP list. > > Right, but of all the things, a l1 hypervisor wanting page 0 for a eptp list > address most likely means it forgot to initialize it. Whatever damage it does will > still end up with vmfunc vmexit anyway. Most likely, but not certainly. I also don't see a to diverge from the spec here.