Re: [PATCH v2 24/25] KVM: x86/mmu: initialize constant-value fields just once

From: Paolo Bonzini
Date: Wed Mar 09 2022 - 05:34:17 EST


On 3/8/22 21:58, Sean Christopherson wrote:
Using nested_ops is clever, but IMO unnecessary, especially since we can go even
further by adding a nEPT specific hook to initialize its constant shadow paging
stuff.

Here's what I had written spliced in with your code. Compile tested only for
this version.

I'll do something in between, keeping the nested_ops but with three functions to initialize the various kvm_mmu structs.

Paolo