commit | d45f89f7437d0f2c8275b4434096164db106384d | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Dec 16 13:08:21 2020 -0500 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Dec 16 13:08:21 2020 -0500 |
tree | 6eae74b57f5990ce76aada6728b2825bcdecd4c6 | |
parent | 722e039d9a290a06e38199f6baffc04cfd98f2db [diff] |
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>