qemu-system-aarch64 -machine virt,gic-version=max \ -m 1024 -cpu cortex-a57 -nographic -no-reboot \ -kernel ./vmlinuz-6.1.8-3.0.0.8.mg2303.aarch64 \ -initrd ./initramfs-6.1.8-3.0.0.8.mg2303.aarch64.img \ -drive file=llvm_pu_20230530.qcow2,format=qcow2 \ -drive file=./arm64eficode.fd,if=pflash,format=raw,readonly \ -drive file=./arm64efivars.fd,if=pflash,format=raw \ -netdev user,id=usernet,hostfwd=tcp::12055-:22 \ -append "root=/dev/vda2 rw console=ttyAMA0"