On Tue, Mar 16, 2021 at 10:13:12AM +0000, Marc Zyngier wrote: > From: Daniel Kiss <daniel.kiss@xxxxxxx> > > Now that KVM is equipped to deal with SVE on nVHE, remove the code > preventing it from being used as well as the bits of documentation > that were mentioning the incompatibility. > > Signed-off-by: Daniel Kiss <daniel.kiss@xxxxxxx> > Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx> > --- > arch/arm64/Kconfig | 7 ------- > arch/arm64/include/asm/kvm_host.h | 13 ------------- > arch/arm64/kvm/arm.c | 5 ----- > arch/arm64/kvm/reset.c | 4 ---- > 4 files changed, 29 deletions(-) Acked-by: Will Deacon <will@xxxxxxxxxx> I thought we might need to update the documentation too, but I couldn't actually find anywhere that needed it when I looked. Will