commit | 9962d032bbff0268f22068787831405f8468c8b4 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Nov 25 20:17:02 2008 +0100 |
committer | Avi Kivity <avi@redhat.com> | Tue Mar 24 11:02:46 2009 +0200 |
tree | 3a9cd94334d419097923c5c4140770c17aa06cc8 | |
parent | f0b85051d0f0891378a83db22c0786f1d756fbff [diff] |
KVM: SVM: Move EFER and MSR constants to generic x86 code MSR_EFER_SVME_MASK, MSR_VM_CR and MSR_VM_HSAVE_PA are set in KVM specific headers. Linux does have nice header files to collect EFER bits and MSR IDs, so IMHO we should put them there. While at it, I also changed the naming scheme to match that of the other defines. (introduced in v6) Acked-by: Joerg Roedel <joro@8bytes.org> Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>