commit | 5fd8505ea4b7456d57eacefbf00b669f15f5f0c0 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Feb 16 15:04:54 2012 +0000 |
committer | Avi Kivity <avi@redhat.com> | Sun Apr 08 12:55:15 2012 +0300 |
tree | f4017b63b122d6f46981bcc78523618da54e20e1 | |
parent | e9ba39c1f3dff93efddacbd4569ada05633e2a9b [diff] |
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 <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>