git clone https://gitlab.com/qemu-project/qemu.git
使用git指令切换到对应的分支上,我这里使用的是stable-4.0的分支
git checkout -b stable-4.0 remotes/origin/stable-4.0
在工程的根目录下执行
./configure --target-list=aarch64-linux-user,aarch64-softmmu --enable-virtfs --enable-debug
然后执行make,视情况是否要执行make install