qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 01/40] memory: assert that PhysPageEntry's ptr d


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 01/40] memory: assert that PhysPageEntry's ptr does not overflow
Date: Tue, 7 May 2013 17:17:37 +0100

On 7 May 2013 17:08, Paolo Bonzini <address@hidden> wrote:
>> Da: "Peter Maydell" <address@hidden>
>> Why is the limit we're asserting not the same as the maximum
>> size that we pass to g_renew() below?
>
> That's a minimum size, isn't it?

Doh, so it is.

> I'm asserting that the physical section number doesn't overflow into
> the page, since the TLB entries are stored as a combination of the two.

Maybe this could use a comment about where (in what data
structure) the section number lives, because it's not
entirely obvious (well, to me anyway).

-- PMM



reply via email to

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