diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-07 13:01:25 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-07 13:01:25 -0700 |
commit | 875b7679abbb232b584f2eec59fa6e45690dd6c4 (patch) | |
tree | 09335bd46be2c41367f24b129b685c97e5a5842a /include/linux/kvm_types.h | |
parent | 39ab967e1d090e36ed49adce9ad82f57c91adbb6 (diff) | |
parent | 8f964525a121f2ff2df948dac908dcc65be21b5b (diff) | |
download | linux-stericsson-875b7679abbb232b584f2eec59fa6e45690dd6c4.tar.gz |
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull KVM fix from Gleb Natapov:
"Bugfix for the regression introduced by commit c300aa64ddf5"
* git://git.kernel.org/pub/scm/virt/kvm/kvm:
KVM: Allow cross page reads and writes from cached translations.
Diffstat (limited to 'include/linux/kvm_types.h')
-rw-r--r-- | include/linux/kvm_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_types.h b/include/linux/kvm_types.h index fa7cc7244cbd..b0bcce0ddc95 100644 --- a/include/linux/kvm_types.h +++ b/include/linux/kvm_types.h @@ -71,6 +71,7 @@ struct gfn_to_hva_cache { u64 generation; gpa_t gpa; unsigned long hva; + unsigned long len; struct kvm_memory_slot *memslot; }; |