On Tue, Mar 16, 2021 at 10:13:03AM +0000, Marc Zyngier wrote: > as we are about to change the way KVM deals with SVE, provide > KVM with its own save/restore SVE primitives. > > No functional change intended. > > Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx> > --- > arch/arm64/include/asm/fpsimdmacros.h | 2 ++ > arch/arm64/include/asm/kvm_hyp.h | 2 ++ > arch/arm64/kvm/hyp/fpsimd.S | 10 ++++++++++ > arch/arm64/kvm/hyp/include/hyp/switch.h | 10 +++++----- > 4 files changed, 19 insertions(+), 5 deletions(-) With the typo spotted by Quentin fixed: Acked-by: Will Deacon <will@xxxxxxxxxx> Will