Files
linux/include
Andrew Honig cdbaff4e7c KVM: Allow cross page reads and writes from cached translations.
commit 8f964525a1 upstream.

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>
Cc: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-04-25 12:51:11 -07:00
..
2012-09-17 13:42:20 +01:00
2013-03-28 12:17:49 -07:00
2013-01-02 17:36:10 -08:00
2013-01-10 20:06:08 -08:00
2013-04-05 09:26:18 -07:00
2013-01-02 17:36:10 -08:00