Re: [PATCH v2 06/24] target/*: Add instance_align to all cpu base classes

2023-09-13 Thread Philippe Mathieu-Daudé
On 14/9/23 04:44, Richard Henderson wrote: The omission of alignment has technically been wrong since 269bd5d8f61, where QEMU_ALIGNED was added to CPUTLBDescFast. Signed-off-by: Richard Henderson --- target/alpha/cpu.c | 1 + target/avr/cpu.c| 1 + target/cris/cpu.c | 1 +

[PATCH v2 06/24] target/*: Add instance_align to all cpu base classes

2023-09-13 Thread Richard Henderson
The omission of alignment has technically been wrong since 269bd5d8f61, where QEMU_ALIGNED was added to CPUTLBDescFast. Signed-off-by: Richard Henderson --- target/alpha/cpu.c | 1 + target/avr/cpu.c| 1 + target/cris/cpu.c | 1 + target/hexagon/cpu.c| 1 + target/hppa/cpu