Re: [PATCH v2] svm/avic: Fix invalidate logical APIC id entry

2019-04-09 Thread Paolo Bonzini
On 26/03/19 04:57, Suthikulpanit, Suravee wrote: > 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-of

Re: [PATCH v2] svm/avic: Fix invalidate logical APIC id entry

2019-04-08 Thread Suthikulpanit, Suravee
Ping On 3/26/19 10:57 AM, Suthikulpanit, Suravee wrote: > 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') > S

[PATCH v2] svm/avic: Fix invalidate logical APIC id entry

2019-03-25 Thread Suthikulpanit, Suravee
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 --- arch/x86/kvm/svm.c | 3 ++-