Liang YANG wrote:
Maybe I solove the problem.I use the qemu-img make a new GustOS img. And install the debian5 on the image file with option -net nic, model=virtio. ./x86_64-softmmu/qemu-system-x86_64 -hda debian.img -cdrom debian.iso -net nic, model=virtio
This email reads as: -net nic, model=virtioIf this is in fact what you're running with, the whitespace is broken; correct would be to have no space after the comma, as so:
-net nic,model=virtio