KVM: Allow cross page reads and writes from cached translations.
This patch adds support for kvm_gfn_to_hva_cache_init functions for reads and writes that will cross a page. If the range falls within the same memslot, then this will be a fast operation. If the range is split between two memslots, then the slower kvm_read_guest and kvm_write_guest are used. Tested: Test against kvm_clock unit tests. Signed-off-by:Andrew Honig <ahonig@google.com> Signed-off-by:
Gleb Natapov <gleb@redhat.com>
Showing
- arch/x86/kvm/lapic.c 1 addition, 1 deletionarch/x86/kvm/lapic.c
- arch/x86/kvm/x86.c 6 additions, 7 deletionsarch/x86/kvm/x86.c
- include/linux/kvm_host.h 1 addition, 1 deletioninclude/linux/kvm_host.h
- include/linux/kvm_types.h 1 addition, 0 deletionsinclude/linux/kvm_types.h
- virt/kvm/kvm_main.c 37 additions, 10 deletionsvirt/kvm/kvm_main.c
Loading
Please register or sign in to comment