主要是给自己看的,备忘。
qemu-img create -f qcow2 ./alpine_linux.qcow2 6G
qemu-system-x86_64 -m 512 -nic user -boot d -cdrom ~/alpine-standard-3.21.0-x86_64.iso -hda ./alpine_linux.qcow2 -display gtk
qemu-system-x86_64 -m 512 -nic user -hda alpine_linux.qcow2