[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v7 00/61] Misc PPC exception and BookE MMU clean ups
|
From: |
Nicholas Piggin |
|
Subject: |
Re: [PATCH v7 00/61] Misc PPC exception and BookE MMU clean ups |
|
Date: |
Sat, 18 May 2024 19:14:10 +1000 |
On Mon May 13, 2024 at 9:27 AM AEST, BALATON Zoltan wrote:
> This series does some further clean up mostly around BookE MMU to
> untangle it from other MMU models. It also contains some other changes
> that I've come up with while working on this. The Simplify
> ppc_booke_xlate() part 1 and part 2 patches could be squashed together
> but left them separate for easier review. This could still be continued
> which I might do in the future but this is long enough now to be merged.
FYI I put patch 35 (only taking half of 35) and minus patch 28
here, will merge after some more testing. (Don't rebase your
series on this because it's just a throwaway branch).
https://gitlab.com/npiggin/qemu/-/commits/ppc-next-test
Thanks,
Nick
- [PATCH v7 57/61] targe/ppc/mmu_common.c: Use defines instead of numeric constants, (continued)
- [PATCH v7 57/61] targe/ppc/mmu_common.c: Use defines instead of numeric constants, BALATON Zoltan, 2024/05/12
- [PATCH v7 59/61] target/ppc/mmu_common.c: Stop using ctx in get_bat_6xx_tlb(), BALATON Zoltan, 2024/05/12
- [PATCH v7 47/61] target/ppc/mmu_common.c: Remove single use local variable, BALATON Zoltan, 2024/05/12
- [PATCH v7 53/61] target/ppc/mmu_common.c: Init variable in function that relies on it, BALATON Zoltan, 2024/05/12
- [PATCH v7 54/61] target/ppc/mmu_common.c: Remove key field from mmu_ctx_t, BALATON Zoltan, 2024/05/12
- [PATCH v7 49/61] target/ppc/mmu_common.c: Inline and remove ppc6xx_tlb_pte_check(), BALATON Zoltan, 2024/05/12
- [PATCH v7 48/61] target/ppc/mmu_common.c: Simplify a switch statement, BALATON Zoltan, 2024/05/12
- [PATCH v7 55/61] target/ppc/mmu_common.c: Stop using ctx in ppc6xx_tlb_check(), BALATON Zoltan, 2024/05/12
- [PATCH v7 60/61] target/ppc/mmu_common.c: Remove mmu_ctx_t, BALATON Zoltan, 2024/05/12
- [PATCH v7 58/61] target/ppc: Remove bat_size_prot(), BALATON Zoltan, 2024/05/12
- Re: [PATCH v7 00/61] Misc PPC exception and BookE MMU clean ups,
Nicholas Piggin <=