aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/kvm_e500.h
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2011-03-29 16:49:10 -0500
committerAvi Kivity <avi@redhat.com>2011-05-22 08:47:46 -0400
commit90d34b0e45df3bfe522e9e9d604c4c1a0253699d (patch)
tree19a00d6e110b9d4e561c90858d2e07d98b87bf40 /arch/powerpc/include/asm/kvm_e500.h
parentKVM: VMX: Cache vmcs segment fields (diff)
downloadlinux-dev-90d34b0e45df3bfe522e9e9d604c4c1a0253699d.tar.xz
linux-dev-90d34b0e45df3bfe522e9e9d604c4c1a0253699d.zip
KVM: PPC: e500: emulate SVR
Return the actual host SVR for now, as we already do for PVR. Eventually we may support Qemu overriding PVR/SVR if the situation is appropriate, once we implement KVM_SET_SREGS on e500. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/powerpc/include/asm/kvm_e500.h')
-rw-r--r--arch/powerpc/include/asm/kvm_e500.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/kvm_e500.h b/arch/powerpc/include/asm/kvm_e500.h
index 7fea26fffb25..bb2a0890600f 100644
--- a/arch/powerpc/include/asm/kvm_e500.h
+++ b/arch/powerpc/include/asm/kvm_e500.h
@@ -43,6 +43,7 @@ struct kvmppc_vcpu_e500 {
u32 host_pid[E500_PID_NUM];
u32 pid[E500_PID_NUM];
+ u32 svr;
u32 mas0;
u32 mas1;