KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1)
authorZhang Xiantao <xiantao.zhang@intel.com>
Sat, 20 Oct 2007 07:34:38 +0000 (15:34 +0800)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:52:54 +0000 (17:52 +0200)
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 <xiantao.zhang@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found