From: Alexander Graf Date: Wed, 15 Feb 2012 19:12:29 +0000 (+0000) Subject: KVM: PPC: e500mc: implicitly set MSR_GS X-Git-Tag: v3.5-rc1~88^2~77 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79300f8cb9be201f916d075b3ef2e032d83a0d75;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed