commit | 0604675fe17f68741730cebe74422605bb79d972 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Apr 16 00:11:44 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:18:32 2010 +0300 |
tree | 9eea58b6952f3d49be3bda9e957af104c191fe47 | |
parent | 56db45a5cd06e3a6a7823a8cd7541e6bafe8427b [diff] |
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 <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>