From: Zhang Xiantao Date: Sat, 20 Oct 2007 07:34:38 +0000 (+0800) Subject: KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1) X-Git-Tag: v2.6.25-rc1~1138^2~198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34c16eecf78ed4cf01f39ac7211f5b57942ec899;p=pandora-kernel.git KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1) First step to split kvm_vcpu. Currently, we just use an macro to define the common fields in kvm_vcpu for all archs, and all archs need to define its own kvm_vcpu struct. Signed-off-by: Zhang Xiantao Signed-off-by: Avi Kivity --- Reading git-diff-tree failed