Re: [libvirt-users] Problems moving qemu machine to libvirt

2010-06-15 Thread Gunnar Thielebein
Hi Erik, thanks for the solution provided. I tried that but unfortunately it spits out this error message: > Traceback (most recent call last): > File "/usr/share/virt-manager/virtManager/engine.py", line 588, in > run_domain > vm.startup() > File "/usr/share/virt-manager/virtManager/dom

Re: [libvirt-users] Problems moving qemu machine to libvirt

2010-04-26 Thread Daniel P. Berrange
On Sun, Apr 25, 2010 at 01:03:42AM +1000, Erik de Castro Lopo wrote: > Hi all, > > I have a qemu-system-arm machine that I am currently starting using: > > qemu-system-arm -M versatilepb -nographic \ > -hda img.qcow2 \ > -net vde,vlan=0,sock=/var/run/qemu-vde.ctl \ > -net ni

[libvirt-users] Problems moving qemu machine to libvirt

2010-04-24 Thread Erik de Castro Lopo
Hi all, I have a qemu-system-arm machine that I am currently starting using: qemu-system-arm -M versatilepb -nographic \ -hda img.qcow2 \ -net vde,vlan=0,sock=/var/run/qemu-vde.ctl \ -net nic,vlan=0,macaddr=52:54:00:12:34:22 \ -kernel vmlinuz-2.6.18-6-versatile \