]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: SVM: move avic definitions from AMD's spec to svm.h
authorMaxim Levitsky <mlevitsk@redhat.com>
Mon, 7 Feb 2022 15:54:26 +0000 (17:54 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 8 Feb 2022 18:30:50 +0000 (13:30 -0500)
commit95c1a9d7c6603ccc25a305cd1d66f414ae3b4d44
tree7cca41407d4dcacf8f0a63992afc7eb4e5e85f71
parentb681d4f03fdb9433010dc32e79c96b953c110685
KVM: x86: SVM: move avic definitions from AMD's spec to svm.h

asm/svm.h is the correct place for all values that are defined in
the SVM spec, and that includes AVIC.

Also add some values from the spec that were not defined before
and will be soon useful.

Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-Id: <20220207155447.840194-10-mlevitsk@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/msr-index.h
arch/x86/include/asm/svm.h
arch/x86/kvm/svm/avic.c
arch/x86/kvm/svm/svm.h