QEMU: How come ARM ISO image need pflash/bios, but not X86 ISO image
I am trying to create two VMs from alpine Linux image in QEMU. One for X86 and for ARM64.
unable to connect to ports exposed in qemu-arm
qemu-system-arm
-cpu arm1176
-m 256
-net nic
-nic user,hostfwd=tcp::${SSH_PORT}-:22
-nic user,hostfwd=tcp::${EXTRA_PORT}-:4444
-kernel kernel-qemu-4.4.34-jessie
-M versatilepb
-no-reboot
-serial stdio
-append “root=/dev/sda2 panic=1 rootfstype=ext4 rw console=ttyAMA0”
-nographic -monitor /dev/null
-hda ./raspbian-stretch.img