commit | e44e3eacccfd2294a1ce279f68452b1635d7fa82 | [log] [tgz] |
---|---|---|
author | Suthikulpanit, Suravee <Suravee.Suthikulpanit@amd.com> | Tue Mar 26 03:57:37 2019 +0000 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Apr 16 15:37:32 2019 +0200 |
tree | b1d83b0908bb318449d120cfad034d220ef2d16e | |
parent | 4a58038b9e420276157785afa0a0bbb4b9bc2265 [diff] |
svm/avic: Fix invalidate logical APIC id entry Only clear the valid bit when invalidate logical APIC id entry. The current logic clear the valid bit, but also set the rest of the bits (including reserved bits) to 1. Fixes: 98d90582be2e ('svm: Fix AVIC DFR and LDR handling') Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> Cc: stable@vger.kernel.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>