6 ms·
Yes, under How It Works: > libqemu-system-aarch64.so (QEMU TCG, no KVM) TCG means software emulation
by em500 6mo ago
Yes, under How It Works:
> libqemu-system-aarch64.so (QEMU TCG, no KVM)
TCG means software emulation
- kristianp 6mo agoI thought why is qemu used here? Why not use linux native namespaces and cgroups.
- NewJazz 6mo agoPermissions. Isolation.
- Retr0id 6mo agoso, like namespaces and cgroups?
- figmert 6mo agoAndroid kernel has the relevant kernel parameters disabled. It is entirely possible to run containers directly on android, but it requires enabled the relevant parameter (iirc no recompilation need, just a cmdline change). But this of course requires root.