commit | 79300f8cb9be201f916d075b3ef2e032d83a0d75 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Feb 15 19:12:29 2012 +0000 |
committer | Avi Kivity <avi@redhat.com> | Sun Apr 08 12:54:52 2012 +0300 |
tree | 5d4a1cefc342b3232ae0f081c884775a70e1edd0 | |
parent | 4ab969199ec6a14604ceaffb21fe78cc4881d3b8 [diff] |
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>