diff options
author | Sean Christopherson <seanjc@google.com> | 2024-10-10 20:23:36 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-10-25 18:59:08 +0200 |
commit | 2e5fdf60a9a69971b5e642d32e09bd6b0223f47c (patch) | |
tree | 2e1ca3e5c6a9e23f56ed6dba2b010aa9815adb1e /block/blk-timeout.c | |
parent | KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap() (diff) | |
download | linux-2e5fdf60a9a69971b5e642d32e09bd6b0223f47c.tar.xz 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 'block/blk-timeout.c')
0 files changed, 0 insertions, 0 deletions