Subash SN
Subash SN
I have a Tab s9 and on the stock kernel I tried this in root shell via termux ``` apex/com.android.virt/bin/crosvm --log-level=debug run "/data/data/com.termux/files/home/vm2/vmlinux" < [2024-03-23T00:49:49.735761079+05:30 INFO crosvm] crosvm started. [2024-03-23T00:49:49.736413214+05:30...
I tried the android13-5.15 GKI and it worked, higher versions didn't boot. But still didn't see a /dev/kvm. So I think we only have gunyah for now, which is fine...
Tried `cat /dev/gunyah` and got this `cat: /dev/gunyah: Invalid argument` Looks like this is where the below error comes from i.e when crosvm tries to use gunyah ``` apex/com.android.virt/bin/crosvm --log-level=debug...