tobimensch / aqemu

Official AQEMU repository - a GUI for virtual machines using QEMU as the backend
https://sourceforge.net/projects/aqemu/
GNU General Public License v2.0
509 stars 86 forks source link

aqemu does not recognize the binary qemu-system-aarch64 #107

Open RaviBeagle opened 3 years ago

RaviBeagle commented 3 years ago

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

EasyNetDev commented 3 years ago

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.

EasyNetDev commented 3 years ago

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.