From: Alexander Graf Date: Thu, 16 Feb 2012 15:04:54 +0000 (+0000) Subject: KVM: PPC: bookehv: add comment about shadow_msr X-Git-Tag: v3.5-rc1~88^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fd8505ea4b7456d57eacefbf00b669f15f5f0c0;p=pandora-kernel.git KVM: PPC: bookehv: add comment about shadow_msr For BookE HV the guest visible MSR is shared->msr and is identical to the MSR that is in use while the guest is running, because we can't trap reads from/to MSR. So shadow_msr is unused there. Indicate that with a comment. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed