bhyve Android emulator in a virtual machine

I'm trying to use Flutter in my FreeBSD 13 workstation, after finding it cannot run on it (even using linuxulator) I created an Ubuntu 20.04 VM on Bhyve, and installed everything.

When I tried to run the emulator it said "Your CPU does not support required features (VT-x or SVM).". The processor (AMD Ryzen 5 3600) has VT-x enabled, but I think the problem here is I need nested virtualization to be able to do what I want.

Does anyone was able to run a similar setup?.
 
Back
Top