]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors
authorBabu Moger <babu.moger@amd.com>
Fri, 11 Sep 2020 19:28:28 +0000 (14:28 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Sep 2020 11:57:15 +0000 (07:57 -0400)
commit77efd4de7f397d76f68be3e098ead93a554b9a96
tree8f43f34800ec74d7120b99b75941f7475cd9064e
parenta53d23b2537363819406e71c1d6d710ef0b4a053
KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors

Convert all the intercepts to one array of 32 bit vectors in
vmcb_control_area. This makes it easy for future intercept vector
additions. Also update trace functions.

Signed-off-by: Babu Moger <babu.moger@amd.com>
Reviewed-by: Jim Mattson <jmattson@google.com>
Message-Id: <159985250813.11252.5736581193881040525.stgit@bmoger-ubuntu>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/svm.h
arch/x86/kvm/svm/nested.c
arch/x86/kvm/svm/svm.c
arch/x86/kvm/svm/svm.h
arch/x86/kvm/trace.h