arch/riscv/include/asm/kvm_aia.h
0 → 100644
+109
−0
+1
−0
arch/riscv/kvm/aia.c
0 → 100644
+66
−0
Loading
To incrementally implement AIA support, we first add minimal skeletal support which only compiles and detects AIA hardware support at the boot-time but does not provide any functionality. Signed-off-by:Anup Patel <apatel@ventanamicro.com> Reviewed-by:
Atish Patra <atishp@rivosinc.com> Reviewed-by:
Andrew Jones <ajones@ventanamicro.com> Signed-off-by:
Anup Patel <anup@brainfault.org>