[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH for-1.6 1/2] memory: export target page size
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH for-1.6 1/2] memory: export target page size |
Date: |
Mon, 12 Aug 2013 10:17:46 +0100 |
On 12 August 2013 09:49, Michael S. Tsirkin <address@hidden> wrote:
> Add symbol to make it possible to use target page size
> in target-independent code.
Given that TARGET_PAGE_SIZE is "smallest page size the
TCG implementation currently supports for this core"
(ie it is a TCG internal implementation detail as much
as a property of the target CPU and it may well not
match the actual page size being used by the guest)
I would be very suspicious of any target-independent
code that uses it.
-- PMM