So there are some dev tools for little projects that do not quiet work on NetBSD (gradle), so I am trying to do linux in a VM using qemu on NetBSD 9.1. I am hitting quiet a few issues with distros getting spun up on qemu hanging up for having issues with loading their kernels. I am guessing there may be an issue with qemu and maybe NVMM since NVMM appears to be providing the back end hypervisor for qemu based off what I read. So I tried the nvmm tests under /usr/test/lib/libnvmm using atf-run | atf-report
This is my output:
`mbp-netbsd$ atf-run | atf-report
Tests root: /usr/tests/lib/libnvmm
t_io_assist (1/2): 1 test cases
io_assist: [0.048695s] Failed: I/O Assist failed with errno 13
[0.049566s]
t_mem_assist (2/2): 1 test cases
mem_assist: [0.043862s] Failed: Mem Assist failed with errno 13
[0.044294s]
Failed test cases:
t_io_assist:io_assist, t_mem_assist:mem_assist
Summary for 2 test programs:
0 passed test cases.
2 failed test cases.
0 expected failed test cases.
0 skipped test cases.`