qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/3] s390x/helper: Fixed real-to-absolute addres


From: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH 2/3] s390x/helper: Fixed real-to-absolute address translation
Date: Wed, 30 Apr 2014 16:57:25 +0200

On Thu, 24 Apr 2014 10:51:33 +0200
Jens Freimann <address@hidden> wrote:

> From: Thomas Huth <address@hidden>
> 
> The real-to-absolute address translation in mmu_translate() was
> missing the second part for translating the page at the prefix
> address back to the 0 page. And while we're at it, also moved the
> code into a separate helper function since this might come in
> handy for other parts of the code, too.
> 
> Signed-off-by: Thomas Huth <address@hidden>
> Reviewed-by: David Hildenbrand <address@hidden>
> Signed-off-by: Jens Freimann <address@hidden>
> ---
>  target-s390x/helper.c | 18 +++++++++++++++---
>  1 file changed, 15 insertions(+), 3 deletions(-)

Added to my tree, thanks.




reply via email to

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