knazarov / homebrew-qemu-virgl

A homebrew tap for qemu with support for 3d accelerated guests
414 stars 67 forks source link

Arm32 for M1? #64

Closed DUOLabs333 closed 2 years ago

DUOLabs333 commented 2 years ago

Is it possible to run arm32 programs on an aarch64 virtual machine on the M1 chip?

knazarov commented 2 years ago

I don't think so... This would mean having 32 bit compat on the CPU itself, which is a waste in case of M1. You will need to run qemu without hvf and with emulation of specific 32 bit arm chip you have.