+0
−6
+4
−4
Loading
To reconstruct the kvm_mmu to be used for page fault injection, we
can simply use fault->nested_page_fault. This matches how
fault->nested_page_fault is assigned in the first place by
FNAME(walk_addr_generic).
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>