riscv-tests
riscv-tests copied to clipboard
Hypervisor tests
Hi all,
I am working on a RISC-V emulator and right now implementing a hypervisor extension. I am using tests from this repo to test my implementation, however I noticed that there are no tests for hypervisor.
Are there any plans of adding them in the nearest future? Maybe this work is already done in another repo that I did not find?
Thanks!
Hi @alexmikhalevich , there are some hypervisor tests available under this repo - https://github.com/josecm/riscv-hyp-tests although i have not tried those, but they seem pretty comprehensive.