mbox series

[0/2] Small clean up in target/ppc/cpu.h

Message ID cover.1581888834.git.balaton@eik.bme.hu
Headers show
Series Small clean up in target/ppc/cpu.h | expand

Message

BALATON Zoltan Feb. 16, 2020, 9:33 p.m. UTC
Just some small clean ups to improve readability of struct CPUPPCState.

BALATON Zoltan (2):
  target/ppc/cpu.h: Move fpu related members closer in cpu env
  target/ppc/cpu.h: Clean up comments in the struct CPUPPCState
    definition

 target/ppc/cpu.h | 146 ++++++++++++++++++-----------------------------
 1 file changed, 54 insertions(+), 92 deletions(-)

Comments

David Gibson Feb. 16, 2020, 10:54 p.m. UTC | #1
On Sun, Feb 16, 2020 at 10:33:54PM +0100, BALATON Zoltan wrote:
> Just some small clean ups to improve readability of struct CPUPPCState.

Applied to ppc-for-5.0, thanks.

> BALATON Zoltan (2):
>   target/ppc/cpu.h: Move fpu related members closer in cpu env
>   target/ppc/cpu.h: Clean up comments in the struct CPUPPCState
>     definition
> 
>  target/ppc/cpu.h | 146 ++++++++++++++++++-----------------------------
>  1 file changed, 54 insertions(+), 92 deletions(-)
>