Re: how to convert manual vm to libvirtd management

2009-04-09 Thread Daniel P. Berrange
On Thu, Apr 09, 2009 at 07:02:02PM +0200, Riccardo Veraldi wrote: > Hello, > I have always created my VM under kvm manually starting them from a .sh > script: > > for example machine called abbone > > > # abbone.sh > screen qemu-kvm -nographic -hda ./abbone.img -m 512 -net > nic,model=e1000,m

how to convert manual vm to libvirtd management

2009-04-09 Thread Riccardo Veraldi
Hello, I have always created my VM under kvm manually starting them from a .sh script: for example machine called abbone # abbone.sh screen qemu-kvm -nographic -hda ./abbone.img -m 512 -net nic,model=e1000,macaddr=00:16:3e:05:00:07 -net tap -name abbone -vnc :0 I use screen so that I am