On 9 March 2012 13:50, Alexander Graf <ag...@suse.de> wrote: > Semantically, I would rather go with target_phys_addr_t. You're > trying to describe addresses. If anything, ram_addr_t might work too > - never quite grasped the difference.
HACKING says "ram_addr_t is a QEMU internal address space that maps guest RAM physical addresses into an intermediate address space that can map to host virtual address spaces". Unless you're actually dealing with things in that intermediate address space you don't want ram_addr_t. -- PMM