2026-01-20T13:29:51+05:30, Anup Patel <[email protected]>: > The KVM ISA extension related checks are not VCPU specific and > should be factored out of vcpu_onereg.c into separate sources. > > Signed-off-by: Anup Patel <[email protected]> > --- > diff --git a/arch/riscv/kvm/aia_device.c b/arch/riscv/kvm/aia_device.c > @@ -12,6 +12,7 @@ > #include <linux/kvm_host.h> > #include <linux/uaccess.h> > #include <linux/cpufeature.h> > +#include <asm/kvm_isa.h>
I guess <cpufeature.h> isn't needed anymore, Reviewed-by: Radim Krčmář <[email protected]>

