https://github.com/torvalds/linux
Revision 8f964525a121f2ff2df948dac908dcc65be21b5b authored by Andrew Honig on 29 March 2013, 16:35:21 UTC, committed by Gleb Natapov on 07 April 2013, 10:05:35 UTC
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>
1 parent 09a6e1f
History
Tip revision: 8f964525a121f2ff2df948dac908dcc65be21b5b authored by Andrew Honig on 29 March 2013, 16:35:21 UTC
KVM: Allow cross page reads and writes from cached translations.
Tip revision: 8f96452
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.0 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 243.5 KB
Makefile -rw-r--r-- 47.0 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top