From: Alexander Graf Date: Thu, 15 Apr 2010 22:11:44 +0000 (+0200) Subject: KVM: PPC: Use now shadowed vcpu fields X-Git-Tag: v2.6.35-rc1~436^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0604675fe17f68741730cebe74422605bb79d972;p=pandora-kernel.git KVM: PPC: Use now shadowed vcpu fields The shadow vcpu now contains some fields we don't use from the vcpu anymore. Access to them happens using inline functions that happily use the shadow vcpu fields. So let's now ifdef them out to booke only and add asm-offsets. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed