Displaying 3 results from an estimated 3 matches for "tap72".
Did you mean:
tap2
2014 Feb 18
3
Re: Problems with qemu-system-arm and isa-serial
On Tue, Feb 18, 2014 at 09:10:58AM +0100, Martin Kletzander wrote:
> On Mon, Feb 17, 2014 at 05:01:05PM +0100, Niccolo Rigacci wrote:
> > Hi,
> >
> > I'm trying to use libvirt for an armel virtual machine hosted
> > into an x86_64 box.
> >
> > I know the command line to start qemu-system-arm directly, but I
> > cannot figure a proper .xml
2014 Feb 18
0
Re: Problems with qemu-system-arm and isa-serial
...ial'?
This is the command line I use to start qemu directly:
qemu-system-arm -M versatileab -m 256 \
-kernel vmlinuz-2.6.32-5-versatile \
-initrd initrd.img-2.6.32-5-versatile \
-hda "debian_squeeze_armel_standard.qcow2" -boot order=c \
-netdev tap,id=hostnet0,ifname=tap72,script=/home/kvm/armel/qemu-ifup \
-device rtl8139,netdev=hostnet0,id=net0,mac=52:54:00:00:03:72 \
-nographic -serial telnet::4000,server,nowait,nodelay \
-append "root=/dev/sda1 console=ttyAMA0"
Adding the -nodefaults I had to use this command line (not
exactly equivalent...
2014 Feb 18
2
Re: Problems with qemu-system-arm and isa-serial
...line I use to start qemu directly:
>
> qemu-system-arm -M versatileab -m 256 \
> -kernel vmlinuz-2.6.32-5-versatile \
> -initrd initrd.img-2.6.32-5-versatile \
> -hda "debian_squeeze_armel_standard.qcow2" -boot order=c \
> -netdev tap,id=hostnet0,ifname=tap72,script=/home/kvm/armel/qemu-ifup \
> -device rtl8139,netdev=hostnet0,id=net0,mac=52:54:00:00:03:72 \
> -nographic -serial telnet::4000,server,nowait,nodelay \
> -append "root=/dev/sda1 console=ttyAMA0"
>
>
> Adding the -nodefaults I had to use this command...