Re: [PATCH 05/10] KVM: arm64: Track where vcpu FP state was last loaded

2021-03-11 Thread Quentin Perret
On Thursday 11 Mar 2021 at 10:37:28 (+), Quentin Perret wrote: > On Thursday 04 Mar 2021 at 11:54:48 (+), 'Andrew Scull' via kernel-team > wrote: > > Keep track of the cpu that a vcpu's FP state was last loaded onto. This > > information is needed in order to tell whether a vcpu's latest F

Re: [PATCH 05/10] KVM: arm64: Track where vcpu FP state was last loaded

2021-03-11 Thread Quentin Perret
On Thursday 04 Mar 2021 at 11:54:48 (+), 'Andrew Scull' via kernel-team wrote: > Keep track of the cpu that a vcpu's FP state was last loaded onto. This > information is needed in order to tell whether a vcpu's latest FP state > is already loaded on a cpu to avoid unnecessary reloading. > > T

[PATCH 05/10] KVM: arm64: Track where vcpu FP state was last loaded

2021-03-04 Thread Andrew Scull
Keep track of the cpu that a vcpu's FP state was last loaded onto. This information is needed in order to tell whether a vcpu's latest FP state is already loaded on a cpu to avoid unnecessary reloading. The method follows the pattern used by thread_struct whereby an fpsimd_cpu field is added and u