diff options
author | Sean Christopherson <[email protected]> | 2023-10-27 11:21:48 -0700 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2023-11-13 05:29:09 -0500 |
commit | 4a2e993faad3880962540ab8e3b68f22e48b18e8 (patch) | |
tree | 33bae983cad6eb6a83b71cc959afb1591fed5410 /tools/perf/scripts/python/stackcollapse.py | |
parent | 1853d7502a19b34b2cfe4ea0698bee73323fec3a (diff) |
KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
Advertise that KVM's MMU is synchronized with the primary MMU for all
flavors of PPC KVM support, i.e. advertise that the MMU is synchronized
when CONFIG_KVM_BOOK3S_HV_POSSIBLE=y but the VM is not using hypervisor
mode (a.k.a. PR VMs). PR VMs, via kvm_unmap_gfn_range_pr(), do the right
thing for mmu_notifier invalidation events, and more tellingly, KVM
returns '1' for KVM_CAP_SYNC_MMU when CONFIG_KVM_BOOK3S_HV_POSSIBLE=n
and CONFIG_KVM_BOOK3S_PR_POSSIBLE=y, i.e. KVM already advertises a
synchronized MMU for PR VMs, just not when CONFIG_KVM_BOOK3S_HV_POSSIBLE=y.
Suggested-by: Paolo Bonzini <[email protected]>
Signed-off-by: Sean Christopherson <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions