Running an aarch64 image in qemu

Running a x86_64 image in qemu machine can be as easy as: qemu-system-x86_64 openSUSE-Leap-15.3-JeOS.x86_64-kvm-and-xen.qcow2 # A more extended example qemu-system-x86_64 -m 1G -cpu host -enable-kvm -smp cores=2,threads=1,sockets=1 -drive file=openSUSE-Leap-15. [Read More]