riscv vmm: add SSTC extension check.Check if RISC-V SSTC is available and advertise to the guest.This is needed for Eswin EIC7700 that does not include SSTC.As we don't have a mechanism for rep
riscv vmm: add SSTC extension check.Check if RISC-V SSTC is available and advertise to the guest.This is needed for Eswin EIC7700 that does not include SSTC.As we don't have a mechanism for reporting extension presencefrom the kernel to userspace, then use vm_cap_type for now.Reviewed by: mhorne, markjDifferential Revision: https://reviews.freebsd.org/D48058
show more ...
bhyve/riscv: Initial import.Add machine-dependent parts for bhyve hypervisor to supportvirtualization on RISC-V ISA.No objection: markjSponsored by: UK Research and InnovationDifferential Revi
bhyve/riscv: Initial import.Add machine-dependent parts for bhyve hypervisor to supportvirtualization on RISC-V ISA.No objection: markjSponsored by: UK Research and InnovationDifferential Revision: https://reviews.freebsd.org/D45512