qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC v2 17/34] HACK: globalise TCG page size variables


From: Richard Henderson
Subject: Re: [Qemu-devel] [RFC v2 17/34] HACK: globalise TCG page size variables
Date: Mon, 01 Jun 2015 11:52:14 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 05/30/2015 11:11 PM, Peter Crosthwaite wrote:
> This is almost certainly wrong but it should work for my test case
> where TARGET_PAGE_SIZE is cross-arch consistent. This is needed to get
> vfio/pci.c to compile due to it's use of HOST_PAGE_ALIGN.
> 
> Cc: Alex Williamson <address@hidden>
> Signed-off-by: Peter Crosthwaite <address@hidden>
> ---
>  translate-all.c    | 4 ----
>  translate-common.c | 4 ++++
>  2 files changed, 4 insertions(+), 4 deletions(-)

Actually, this isn't a hack at all, since here we're talking about the HOST
page size.  Which is of course completely independent of the TARGET page sizes.


r~



reply via email to

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