Re: [PATCH 1/3] linux-user: Remove unnecessary 'aligned' attribute from TaskState

2022-01-27 Thread Laurent Vivier
Le 14/01/2022 à 16:37, Peter Maydell a écrit : The linux-user struct TaskState has an 'aligned(16)' attribute. When the struct was first added in commit 851e67a1b46f in 2003, there was a justification in a comment (still present in the source today): /* NOTE: we force a big alignment so that th

[PATCH 1/3] linux-user: Remove unnecessary 'aligned' attribute from TaskState

2022-01-14 Thread Peter Maydell
The linux-user struct TaskState has an 'aligned(16)' attribute. When the struct was first added in commit 851e67a1b46f in 2003, there was a justification in a comment (still present in the source today): /* NOTE: we force a big alignment so that the stack stored after is aligned too */ becaus