diff options
| author | Sean Christopherson <seanjc@google.com> | 2024-10-10 21:23:36 +0300 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-10-25 19:59:08 +0300 |
| commit | 2e5fdf60a9a69971b5e642d32e09bd6b0223f47c (patch) | |
| tree | 2e1ca3e5c6a9e23f56ed6dba2b010aa9815adb1e /include | |
| parent | 365e319208442a0807a96e9ea4d0b1fa338f1929 (diff) | |
| download | linux-2e5fdf60a9a69971b5e642d32e09bd6b0223f47c.tar.xz | |
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 'include')
0 files changed, 0 insertions, 0 deletions
