[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 00/18] target/s390: Use tcg unwinding for ilen
From: |
David Hildenbrand |
Subject: |
Re: [PATCH v3 00/18] target/s390: Use tcg unwinding for ilen |
Date: |
Fri, 27 Sep 2019 10:18:49 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
On 26.09.19 18:25, Richard Henderson wrote:
> David's cleanup of some of the mmu code reminded me of an old branch
> that I have laying around. His new code allowed me to finish this
> idea up to completely transition away from ILEN_AUTO.
>
> V1 was posted back in 2017:
> https://lists.gnu.org/archive/html/qemu-devel/2017-07/msg07607.html
> V2 was posted back in April:
> https://lists.gnu.org/archive/html/qemu-devel/2019-04/msg00063.html
>
> Based-on: <address@hidden> \
> ("s390x/mmu: DAT translation rewrite")
>
Right, that rings a bell :) I assume we can unwind in all cases except
on instruction fetches - I'm curious how it turned out and will try to
review as soon as time permits (most probably I'll start reviewing today).
--
Thanks,
David / dhildenb
- [PATCH v3 12/18] target/s390x: Remove fail variable from s390_cpu_tlb_fill, (continued)
- [PATCH v3 12/18] target/s390x: Remove fail variable from s390_cpu_tlb_fill, Richard Henderson, 2019/09/26
- [PATCH v3 14/18] target/s390x: Rely on unwinding in s390_cpu_tlb_fill, Richard Henderson, 2019/09/26
- [PATCH v3 15/18] target/s390x: Rely on unwinding in s390_cpu_virt_mem_rw, Richard Henderson, 2019/09/26
- [PATCH v3 17/18] target/s390x: Remove ilen argument from trigger_access_exception, Richard Henderson, 2019/09/26
- [PATCH v3 10/18] target/s390: Return exception from mmu_translate, Richard Henderson, 2019/09/26
- [PATCH v3 16/18] target/s390x: Remove ILEN_AUTO, Richard Henderson, 2019/09/26
- [PATCH v3 18/18] target/s390x: Remove ilen argument from trigger_pgm_exception, Richard Henderson, 2019/09/26
- Re: [PATCH v3 00/18] target/s390: Use tcg unwinding for ilen,
David Hildenbrand <=