Re: [Qemu-devel] IDE/SCSI devices support in ARM realview-pbx-a9 board

2011-03-16 Thread Sid Kapoor
Hi PMM, Thanks for a quick reply. Well if this is the case then I would stick to the NFS rootfs itself. Actually in the NFS case, the network bridge/tap that I have created is a bit scrappy. For eg., a file transfer runs for sometime and then halts for a minute or two, resulting in almost 8-10 tim

Re: [Qemu-devel] IDE/SCSI devices support in ARM realview-pbx-a9 board

2011-03-16 Thread Peter Maydell
On 16 March 2011 12:24, Sid Kapoor wrote: > I am trying to run qemu after building rootfs.img as follows: > > $ qemu-system-arm -M realview-pbx-a9 -m 1024M -kernel zImage.rfs -serial > stdio -append "root=/dev/hda1 rw console=ttyAMA0 rdinit=/sbin/init" -net nic > -net tap,ifname=tap0,script=no -hd

[Qemu-devel] IDE/SCSI devices support in ARM realview-pbx-a9 board

2011-03-16 Thread Sid Kapoor
Hi all, I am trying to run ARM realview-pbx-a9 board in QEMU. I am able to mount rootfs through NFS, by appending root=/dev/nfs. But I want to run the rootfs by creating a rootfs.img (by qemu-img command). I was running NFS rootfs as follows: $ qemu-system-arm -M realview-pbx-a9 -m 1024M -kernel