On 27 June 2011 18:26, <[email protected]> wrote: > From: Stefano Stabellini <[email protected]> > > qemu_ram_ptr_length should take ram_addr_t as argument rather than > target_phys_addr_t because is doing comparisons with RAMBlock addresses. > > cpu_physical_memory_map should create a ram_addr_t address to pass to > qemu_ram_ptr_length from PhysPageDesc phys_offset. > > Remove code after abort() in qemu_ram_ptr_length.
Reviewed-by: Peter Maydell <[email protected]> Tested and confirmed this fixes vexpress and looks good to me -- thanks. -- PMM
