Merge tag 'kvm-riscv-5.16-1' of git://github.com/kvm-riscv/linux into HEAD
Initial KVM RISC-V support Following features are supported by the initial KVM RISC-V support: 1. No RISC-V specific KVM IOCTL 2. Loadable KVM RISC-V module 3. Minimal possible KVM world-switch which touches only GPRs and few CSRs 4. Works on both RV64 and RV32 host 5. Full Guest/VM switch via vcpu_get/vcpu_put infrastructure 6. KVM ONE_REG interface for VCPU register access from KVM user-space 7. Interrupt controller emulation in KVM user-space 8. Timer and IPI emuation in kernel 9. Both Sv39x4 and Sv48x4 supported for RV64 host 10. MMU notifiers supported 11. Generic dirty log supported 12. FP lazy save/restore supported 13. SBI v0.1 emulation for Guest/VM 14. Forward unhandled SBI calls to KVM user-space 15. Hugepage support for Guest/VM 16. IOEVENTFD support for Vhost
Showing
This diff is collapsed.
arch/riscv/kvm/Kconfig
0 → 100644
arch/riscv/kvm/Makefile
0 → 100644
arch/riscv/kvm/main.c
0 → 100644
arch/riscv/kvm/mmu.c
0 → 100644
This diff is collapsed.
arch/riscv/kvm/tlb.S
0 → 100644
arch/riscv/kvm/vcpu.c
0 → 100644
This diff is collapsed.
arch/riscv/kvm/vcpu_exit.c
0 → 100644
This diff is collapsed.
arch/riscv/kvm/vcpu_sbi.c
0 → 100644
arch/riscv/kvm/vcpu_switch.S
0 → 100644
This diff is collapsed.
arch/riscv/kvm/vcpu_timer.c
0 → 100644
arch/riscv/kvm/vm.c
0 → 100644
arch/riscv/kvm/vmid.c
0 → 100644
Please register or sign in to comment