ubuntu下用qemu模拟mips64el

我用同样的方法安装mips和mipsel都可以成功,但是安装mips64el终端总会卡住不动,不知道应该怎么解决?
我的操作步骤是:
联网安装qemu
下载vmlinux-4.9.0-4-5kc-malta.mips64el.stretch和debian-stretch-mips64el.qcow2
执行qemu-system-mips64el -nographic -M malta -kernel vmlinux-4.9.0-4-5kc-malta.mips64el.stretch -hda debian-stretch-mips64el.qcow2 -append "root=/dev/sda1 console=tty0"
此时终端就会卡住不动,不知道有什么解决ban'fa