qemu Qemu-system-aarch64 can boot Android in FreeBSD ?

Hello to everyone.

In your opinion,is there a chance to emulate Android using qemu-system-aarch64 on top of FreeBSD ?

I've always heard that if I'm on amd64,I should use qemu for amd64,but I see that qemu can emulate different kinds of cpus :

qemu-arm
qemu-system-nios2
qemu-system-or1k
qemu-i386
qemu-system-ppc
qemu-system-ppc64
qemu-system-riscv32
qemu-system-riscv64
qemu-system-s390x
qemu-system-aarch64
qemu-system-alpha
qemu-system-sh4eb
qemu-system-arm
qemu-system-sparc
qemu-system-avr
qemu-system-sparc64
qemu-system-cris
qemu-system-tricore
qemu-system-hppa
qemu-system-microblazeel
qemu-system-mips
qemu-system-xtensa
qemu-system-mips64
qemu-system-xtensaeb
qemu-system-mipsel

What's the goal ? To be able to virtualize this Android special image :

https://konstakang.com/devices/rpi4/LineageOS21-ATV/

It is intended to run on the Raspberry Pi 4,so arm64 bit. The good thing about that image is that it is able to reproduce the Netflix protected contents using the right version of Widevine. For now the only way I see to reach the goal is the usage of "qemu-system-aarch64" ; bhyve can't virtualize aarch64 on amd64 ; HAXM does not run on FreeBSD and it does not work right on NetBSD. If it did,the idea could be to accelerate qemu-system-aarch64 with HAXM : it's a shame. Do you have some different ideas about how to emulate / virtualize Android on FreeBSD ?

thanks.
 
Back
Top