qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: hi, may I ask some help on the paravirtualization of KV


From: Charles Duffy
Subject: [Qemu-devel] Re: hi, may I ask some help on the paravirtualization of KVM?
Date: Wed, 24 Mar 2010 17:48:20 -0500
User-agent: Thunderbird 2.0.0.24 (X11/20100317)

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=virtio

If 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]