Re: [PATCH] KVM: x86: compile out TDP MMU on 32-bit systems

From: Paolo Bonzini
Date: Mon Feb 08 2021 - 16:03:18 EST


On 08/02/21 20:26, Sean Christopherson wrote:
This can/should also expand the #ifdef to the TDP-only fields in kvm_mmu_page. I also vote to #ifdef out all of tdp_iter.h, and probably the TDP-only fields in struct kvm_arch.

Agreed except for tdp_iter.h, I don't see the point since it is not used outside tdp_iter.c and tdp_mmu.c.

Paolo