Re: [Qemu-devel] mach-virt RAM start address

2013-10-04 Thread Peter Maydell
On 5 October 2013 14:20, Giridhar Maruthy wrote: > On 5 October 2013 10:19, Peter Maydell wrote: >> On 5 October 2013 13:41, Giridhar Maruthy >> wrote: >>> I am using mach-virt in qemu which boots correctly when RAM start >>> address is 0x800. But if I change the address to anything like >>

Re: [Qemu-devel] mach-virt RAM start address

2013-10-04 Thread Giridhar Maruthy
On 5 October 2013 10:19, Peter Maydell wrote: > On 5 October 2013 13:41, Giridhar Maruthy wrote: >> I am using mach-virt in qemu which boots correctly when RAM start >> address is 0x800. But if I change the address to anything like >> 0x900, the mach-virt machine just hangs, not even an e

Re: [Qemu-devel] mach-virt RAM start address

2013-10-04 Thread Peter Maydell
On 5 October 2013 13:41, Giridhar Maruthy wrote: > I am using mach-virt in qemu which boots correctly when RAM start > address is 0x800. But if I change the address to anything like > 0x900, the mach-virt machine just hangs, not even an error > message. The kernel automatically figures ou

[Qemu-devel] mach-virt RAM start address

2013-10-04 Thread Giridhar Maruthy
Hi, I am using mach-virt in qemu which boots correctly when RAM start address is 0x800. But if I change the address to anything like 0x900, the mach-virt machine just hangs, not even an error message. Do we have to mention the RAM start address anywhere else? diff --git a/hw/arm/virt.c b