Files
android_kernel_xiaomi_sm8450/arch/x86/kvm
Takuya Yoshikawa 7a905b1485 KVM: Remove user_alloc from struct kvm_memory_slot
This field was needed to differentiate memory slots created by the new
API, KVM_SET_USER_MEMORY_REGION, from those by the old equivalent,
KVM_SET_MEMORY_REGION, whose support was dropped long before:

  commit b74a07beed
  KVM: Remove kernel-allocated memory regions

Although we also have private memory slots to which KVM allocates
memory with vm_mmap(), !user_alloc slots in other words, the slot id
should be enough for differentiating them.

Note: corresponding function parameters will be removed later.

Reviewed-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Takuya Yoshikawa <yoshikawa_takuya_b1@lab.ntt.co.jp>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
2013-02-11 11:52:00 +02:00
..
2012-12-18 11:12:38 +02:00
2012-09-10 11:10:03 +03:00
2012-08-06 16:04:57 +03:00
2013-02-06 22:42:09 -02:00
2012-09-20 13:00:09 +03:00
2013-01-07 19:54:50 -02:00
2012-07-26 11:54:21 +03:00
2013-02-11 10:51:13 +02:00