Re: [PATCH v7 02/10] target/ppc: Readability improvements in exception handlers

2024-03-09 Thread BALATON Zoltan
On Thu, 29 Feb 2024, Nicholas Piggin wrote: On Wed Feb 28, 2024 at 6:24 AM AEST, BALATON Zoltan wrote: On Tue, 27 Feb 2024, BALATON Zoltan wrote: On Tue, 27 Feb 2024, Peter Maydell wrote: On Tue, 27 Feb 2024 at 15:10, BALATON Zoltan wrote: Improve readability by shortening some long comment

Re: [PATCH v7 02/10] target/ppc: Readability improvements in exception handlers

2024-02-28 Thread Nicholas Piggin
On Wed Feb 28, 2024 at 6:24 AM AEST, BALATON Zoltan wrote: > On Tue, 27 Feb 2024, BALATON Zoltan wrote: > > On Tue, 27 Feb 2024, Peter Maydell wrote: > >> On Tue, 27 Feb 2024 at 15:10, BALATON Zoltan wrote: > >>> > >>> Improve readability by shortening some long comments, removing > >>> comments

Re: [PATCH v7 02/10] target/ppc: Readability improvements in exception handlers

2024-02-27 Thread BALATON Zoltan
On Tue, 27 Feb 2024, BALATON Zoltan wrote: On Tue, 27 Feb 2024, Peter Maydell wrote: On Tue, 27 Feb 2024 at 15:10, BALATON Zoltan wrote: Improve readability by shortening some long comments, removing comments that state the obvious and dropping some empty lines so they don't distract when rea

Re: [PATCH v7 02/10] target/ppc: Readability improvements in exception handlers

2024-02-27 Thread BALATON Zoltan
On Tue, 27 Feb 2024, Peter Maydell wrote: On Tue, 27 Feb 2024 at 15:10, BALATON Zoltan wrote: Improve readability by shortening some long comments, removing comments that state the obvious and dropping some empty lines so they don't distract when reading the code. Signed-off-by: BALATON Zolta

Re: [PATCH v7 02/10] target/ppc: Readability improvements in exception handlers

2024-02-27 Thread Peter Maydell
On Tue, 27 Feb 2024 at 15:10, BALATON Zoltan wrote: > > Improve readability by shortening some long comments, removing > comments that state the obvious and dropping some empty lines so they > don't distract when reading the code. > > Signed-off-by: BALATON Zoltan > Acked-by: Nicholas Piggin >

[PATCH v7 02/10] target/ppc: Readability improvements in exception handlers

2024-02-27 Thread BALATON Zoltan
Improve readability by shortening some long comments, removing comments that state the obvious and dropping some empty lines so they don't distract when reading the code. Signed-off-by: BALATON Zoltan Acked-by: Nicholas Piggin --- target/ppc/cpu.h | 1 + target/ppc/excp_helper.c | 179