commit | 34c16eecf78ed4cf01f39ac7211f5b57942ec899 | [log] [tgz] |
---|---|---|
author | Zhang Xiantao <xiantao.zhang@intel.com> | Sat Oct 20 15:34:38 2007 +0800 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:52:54 2008 +0200 |
tree | 9a9d6192db411cc3c7ff665cc94a8797eb55aa80 | |
parent | 8d4e1288ebb753d3140d81cb349f22b0a6829a4a [diff] |
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 <xiantao.zhang@intel.com> Signed-off-by: Avi Kivity <avi@qumranet.com>