diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2021-08-17 07:49:47 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-10-01 03:44:56 -0400 |
commit | a12f43818b3f8f2d85b961493ff134c19ffcd05b (patch) | |
tree | e6e40c1998f5bf747e44e053deebdc526f0e86cf /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 7158bee4b47519430f3ccad7cffea578533f364e (diff) |
KVM: MMU: pass struct kvm_page_fault to mmu_set_spte
mmu_set_spte is called for either PTE prefetching or page faults. The
three boolean arguments write_fault, speculative and host_writable are
always respectively false/true/true for prefetching and coming from
a struct kvm_page_fault for page faults.
Let mmu_set_spte distinguish these two situation by accepting a
possibly NULL struct kvm_page_fault argument.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions