On 05/07/10 06:05, mattias jonsson wrote:
Thanks for all info But how to start agust not created with virt-install E.g a downloaded image
Just to confirm what you are asking for. 1. You have a host with a bridge already setup? 2. That bridge is attached to a network that has a DNCP server on it? 3. You want to run a qemu guest from the command-line on a disk image file?
Does using the userspace network get you what you want? That is,
qemu-kvm -M pc -net nic -net user -hda foo.img
K