]> 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)
commit1aa34a9bcd6ad663b7b3d42e79e54787507667a4
tree7cca41407d4dcacf8f0a63992afc7eb4e5e85f71
parente81f5f60129f850fb46d56950fa18b7945ed2210
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