KVM support? #2594
KVM support?
#2594
-
Recently report, Android 13 is available KVM, and can support KVM based termux? |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Feb 16, 2022
Replies: 1 comment
-
QEMU has kvm enabled though you need to give Termux a KVM access by running Great concept but not all devices can update to Android 13 or vendors may not allow it at all so we just wait until Google officially announces about virtualization for Android 13, things may change. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
QEMU has kvm enabled though you need to give Termux a KVM access by running
qemu
asroot
or global writable access tokvm
device filechmod 666 /dev/kvm
(needs root)Great concept but not all devices can update to Android 13 or vendors may not allow it at all so we just wait until Google officially announces about virtualization for Android 13, things may change.
proot
still be a solution if running a rootless Linux distributions on Android