Re: [PATCH v2 19/19] KVM: arm64: Move the handling of !FP outside of the fast path
From: Reiji Watanabe <hidden>
Date: 2022-06-14 04:17:15
Also in:
kvm, kvmarm
From: Reiji Watanabe <hidden>
Date: 2022-06-14 04:17:15
Also in:
kvm, kvmarm
On Fri, Jun 10, 2022 at 2:35 AM Marc Zyngier [off-list ref] wrote:
We currently start by assuming that the host owns the FP unit at load time, then check again whether this is the case as we are about to run. Only at this point do we account for the fact that there is a (vanishingly small) chance that we're running on a system without a FPSIMD unit (yes, this is madness). We can actually move this FPSIMD check as early as load-time, and drop the check at run time. No intended change in behaviour. Suggested-by: Reiji Watanabe <redacted> Signed-off-by: Marc Zyngier <maz@kernel.org>
For patches 9~19 in the series, Reviewed-by: Reiji Watanabe <redacted> Thanks, Reiji _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel