qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] use an unsigned long for the max_sz parameter i


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] use an unsigned long for the max_sz parameter in load_image_targphys
Date: Fri, 9 Mar 2012 13:58:25 +0000

On 9 March 2012 13:50, Alexander Graf <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]