search for: bf9adc6c

Displaying 3 results from an estimated 3 matches for "bf9adc6c".

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
...y \ -append "root=/dev/sda1 console=ttyAMA0" Adding the -nodefaults I had to use this command line (not exactly equivalent and not perfectly streamlined, but it starts): /usr/bin/qemu-system-arm -M versatileab -m 256 \ -smp 1,sockets=1,cores=1,threads=1 \ -name armel -uuid bf9adc6c-f05c-2698-1cf0-278fd86dc19a \ -nographic -no-user-config -nodefaults \ -rtc base=utc -no-shutdown \ -kernel /home/kvm/armel/vmlinuz-2.6.32-5-versatile \ -initrd /home/kvm/armel/initrd.img-2.6.32-5-versatile \ -append "root=/dev/sda1 console=ttyAMA0" \ -device piix3...
2014 Feb 18
2
Re: Problems with qemu-system-arm and isa-serial
...sole=ttyAMA0" > > > Adding the -nodefaults I had to use this command line (not > exactly equivalent and not perfectly streamlined, but it starts): > > /usr/bin/qemu-system-arm -M versatileab -m 256 \ > -smp 1,sockets=1,cores=1,threads=1 \ > -name armel -uuid bf9adc6c-f05c-2698-1cf0-278fd86dc19a \ > -nographic -no-user-config -nodefaults \ > -rtc base=utc -no-shutdown \ > -kernel /home/kvm/armel/vmlinuz-2.6.32-5-versatile \ > -initrd /home/kvm/armel/initrd.img-2.6.32-5-versatile \ > -append "root=/dev/sda1 console=ttyAMA0&...