commit | 0cd665bd20f9088d363158b4ac75592af18ecf4f | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Mar 25 12:50:03 2020 -0400 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Apr 20 17:26:05 2020 -0400 |
tree | c6c950d8a402dc074e9edd19ecb3d512d28cc1cf | |
parent | 5efac0741ce238e0844d3f7af00198f81e84926a [diff] |
KVM: x86: cleanup kvm_inject_emulated_page_fault 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>