diff options
author | 2024-10-10 11:23:36 -0700 | |
---|---|---|
committer | 2024-10-25 12:59:08 -0400 | |
commit | 2e5fdf60a9a69971b5e642d32e09bd6b0223f47c (patch) | |
tree | 2e1ca3e5c6a9e23f56ed6dba2b010aa9815adb1e /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap() (diff) | |
download | wireguard-linux-2e5fdf60a9a69971b5e642d32e09bd6b0223f47c.tar.xz wireguard-linux-2e5fdf60a9a69971b5e642d32e09bd6b0223f47c.zip |
KVM: Get writable mapping for __kvm_vcpu_map() only when necessary
When creating a memory map for read, don't request a writable pfn from the
primary MMU. While creating read-only mappings can be theoretically slower,
as they don't play nice with fast GUP due to the need to break CoW before
mapping the underlying PFN, practically speaking, creating a mapping isn't
a super hot path, and getting a writable mapping for reading is weird and
confusing.
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Tested-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20241010182427.1434605-35-seanjc@google.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions