]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: SVM: fix 32-bit compilation
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 16 Dec 2020 18:08:21 +0000 (13:08 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 16 Dec 2020 18:08:21 +0000 (13:08 -0500)
commit866a0b57c9a268133d542815684b0f8c4b4fc496
tree6eae74b57f5990ce76aada6728b2825bcdecd4c6
parent9e965bf7654b411d222fb3a6761d86b46e49cb25
KVM: SVM: fix 32-bit compilation

VCPU_REGS_R8...VCPU_REGS_R15 are not defined on 32-bit x86,
so cull them from the synchronization of the VMSA.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/sev.c