KVM: PPC: e500mc: implicitly set MSR_GS
authorAlexander Graf <agraf@suse.de>
Wed, 15 Feb 2012 19:12:29 +0000 (19:12 +0000)
committerAvi Kivity <avi@redhat.com>
Sun, 8 Apr 2012 09:54:52 +0000 (12:54 +0300)
commit79300f8cb9be201f916d075b3ef2e032d83a0d75
tree5d4a1cefc342b3232ae0f081c884775a70e1edd0
parent4ab969199ec6a14604ceaffb21fe78cc4881d3b8
KVM: PPC: e500mc: implicitly set MSR_GS

When setting MSR for an e500mc guest, we implicitly always set MSR_GS
to make sure the guest is in guest state. Since we have this implicit
rule there, we don't need to explicitly pass MSR_GS to set_msr().

Remove all explicit setters of MSR_GS.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/kvm/booke.c
This page took 0.026239 seconds and 5 git commands to generate.