My hardware is an RK3588 development board. I've always been compiling and using hvisor with make MODE=debug, and it works fine. But recently, I tried using release as the value for make MODE, and hvisor's basic functionality can't be guaranteed. Specifically, after starting the virtual machine, the log printing stops abruptly before finishing the memory mapping, without crashing the system, and the guest Linux doesn't start up properly.
My hardware is an RK3588 development board. I've always been compiling and using hvisor with
make MODE=debug, and it works fine. But recently, I tried usingreleaseas the value formake MODE, and hvisor's basic functionality can't be guaranteed. Specifically, after starting the virtual machine, the log printing stops abruptly before finishing the memory mapping, without crashing the system, and the guest Linux doesn't start up properly.