Re: [PATCH v4 0/8] Misc clean ups to target/ppc exception handling

2023-11-13 Thread BALATON Zoltan
On Mon, 13 Nov 2023, Nicholas Piggin wrote: On Wed Nov 1, 2023 at 8:44 PM AEST, BALATON Zoltan wrote: On Tue, 24 Oct 2023, BALATON Zoltan wrote: These are some small clean ups for target/ppc/excp_helper.c trying to make this code a bit simpler. No functional change is intended. This series was

Re: [PATCH v4 0/8] Misc clean ups to target/ppc exception handling

2023-11-13 Thread Nicholas Piggin
On Wed Nov 1, 2023 at 8:44 PM AEST, BALATON Zoltan wrote: > On Tue, 24 Oct 2023, BALATON Zoltan wrote: > > These are some small clean ups for target/ppc/excp_helper.c trying to > > make this code a bit simpler. No functional change is intended. This > > series was submitted before but only partiall

Re: [PATCH v4 0/8] Misc clean ups to target/ppc exception handling

2023-11-01 Thread BALATON Zoltan
On Tue, 24 Oct 2023, BALATON Zoltan wrote: These are some small clean ups for target/ppc/excp_helper.c trying to make this code a bit simpler. No functional change is intended. This series was submitted before but only partially merged due to freeze and conflicting series os thia was postponed th

[PATCH v4 0/8] Misc clean ups to target/ppc exception handling

2023-10-24 Thread BALATON Zoltan
These are some small clean ups for target/ppc/excp_helper.c trying to make this code a bit simpler. No functional change is intended. This series was submitted before but only partially merged due to freeze and conflicting series os thia was postponed then to avoid conflicts. v4: Rebased on master