From: Takuya Yoshikawa Date: Wed, 8 Feb 2012 04:02:18 +0000 (+0900) Subject: KVM: Introduce kvm_memory_slot::arch and move lpage_info into it X-Git-Tag: v3.4-rc1~59^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db3fe4eb45f3555d91a7124e18cf3a2f2a30eb90;p=pandora-kernel.git 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 Signed-off-by: Marcelo Tosatti Signed-off-by: Avi Kivity --- Reading git-diff-tree failed