Is it possible to enable full virtualization support on Turris Omnia? arm7l supports HW virtualization, but it must be switched to HYP mode (before SVC mode - from SVC it´s not allowed to switch to HYP mode). See U-Boot/Linux and HYP mode on ARMv7 | falstaff - yet another tech blog
I think that HYP mode can open new possibilities and optimize resource consumption…
What do you think?
TL;DR
I want to experiment with separation of Turris OS to two parts/subsystems:
-
Core router - will do all critical stuff like routing, DHCP, firewall, etc. - if this will work, then I want to try to configure this “VM” as Realtime OS…
-
User Turris OS - everything else (disposable on demand) like lxc, non-critical packages, etc.
For this I need to enable HYP mode to be able to schedule and ochestrate somehow this model…