[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH-for-4.2 v1 6/6] s390x/mmu: Factor out storage ke
From: |
Cornelia Huck |
Subject: |
Re: [Qemu-devel] [PATCH-for-4.2 v1 6/6] s390x/mmu: Factor out storage key handling |
Date: |
Tue, 13 Aug 2019 17:04:37 +0200 |
On Mon, 12 Aug 2019 13:27:37 +0200
David Hildenbrand <address@hidden> wrote:
> Factor it out, add a comment how it all works, and also use it in the
> REAL MMU.
>
> Signed-off-by: David Hildenbrand <address@hidden>
> ---
> target/s390x/mmu_helper.c | 114 +++++++++++++++++++++++---------------
> 1 file changed, 69 insertions(+), 45 deletions(-)
Looks good to me.
Reviewed-by: Cornelia Huck <address@hidden>
- Re: [Qemu-devel] [PATCH-for-4.2 v1 2/6] s390x/tcg: Rework MMU selection for instruction fetches, (continued)