tobimensch/aqemu

aqemu does not recognize the binary qemu-system-aarch64

RaviBeagle opened this issue · 2 comments

It only recognizes the qemu-system-arm on my jetson-nano which is a ARM64 bit.

Hi,

Today I was looking into AQEMU and I've notice the same issue. AQEMU is not having aarch64 (ARM64) compatibility and none of CPUs or platforms.
I will try to see if I can add in the sources by myself.

I was able to add the AARCH64.
Also I had to change the maximum list size from 64 to 128 to be able to show all machines.
I can sent a PR.