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)
commitd45f89f7437d0f2c8275b4434096164db106384d
tree6eae74b57f5990ce76aada6728b2825bcdecd4c6
parent722e039d9a290a06e38199f6baffc04cfd98f2db
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