riscv-tests icon indicating copy to clipboard operation
riscv-tests copied to clipboard

Hypervisor tests

Open alexmikhalevich opened this issue 2 years ago • 1 comments

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!

alexmikhalevich avatar Oct 06 '22 15:10 alexmikhalevich

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.

Saad525 avatar Nov 26 '22 18:11 Saad525