Re: [RFC 11/19] KVM: x86/mmu: Factor shadow_zero_check out of make_spte

From: Sean Christopherson
Date: Wed Nov 10 2021 - 20:45:05 EST


On Thu, Nov 11, 2021, Sean Christopherson wrote:
> These are all related to guest context:
> int (*page_fault)(struct kvm_vcpu *vcpu, struct kvm_page_fault *fault);
> void (*inject_page_fault)(struct kvm_vcpu *vcpu,
> struct x86_exception *fault);

That's incorrect, page_fault() and inject_page_fault() could be per-VM. Neither
is particularly interesting though.