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
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
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 \