qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 11/15] Better factor the ppc hash translation pa


From: Alexander Graf
Subject: [Qemu-devel] Re: [PATCH 11/15] Better factor the ppc hash translation path
Date: Sat, 12 Feb 2011 16:52:39 +0100

On 12.02.2011, at 15:54, David Gibson wrote:

> Currently the path handling hash page table translation in get_segment()
> has a mix of common and 32 or 64 bit specific code.  However the
> division is not done terribly well which results in a lot of messy code
> flipping between common and divided paths.
> 
> This patch improves the organization, consolidating several divided paths
> into one.  This in turn allows simplification of some code in
> get_segment(), removing a number of ugly interim variables.
> 
> This new factorization will also make it easier to add support for the 1T
> segments added in newer CPUs.
> 
> Signed-off-by: David Gibson <address@hidden>

Acked-by: Alexander Graf <address@hidden>


Alex




reply via email to

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