]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Wed, 8 Feb 2012 04:02:18 +0000 (13:02 +0900)
committerAvi Kivity <avi@redhat.com>
Thu, 8 Mar 2012 12:10:22 +0000 (14:10 +0200)
commit30fd92cc6fab5eabf4459afd84d57e0aa03c8449
tree5d294feef8f6281d4cd6c67180e0514c74e87079
parentee87cc86b938b53cfa61fd7faf180e0e7f9607dd
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it

Some members of kvm_memory_slot are not used by every architecture.

This patch is the first step to make this difference clear by
introducing kvm_memory_slot::arch;  lpage_info is moved into it.

Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/ia64/include/asm/kvm_host.h
arch/ia64/kvm/kvm-ia64.c
arch/powerpc/include/asm/kvm_host.h
arch/powerpc/kvm/powerpc.c
arch/s390/include/asm/kvm_host.h
arch/s390/kvm/kvm-s390.c
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mmu.c
arch/x86/kvm/x86.c
include/linux/kvm_host.h
virt/kvm/kvm_main.c