Re: [PATCH v2 05/24] target/arm: Remove size and alignment for cpu subclasses

2023-09-13 Thread Philippe Mathieu-Daudé
On 14/9/23 04:44, Richard Henderson wrote: Inherit the size and alignment from TYPE_ARM_CPU. Signed-off-by: Richard Henderson --- target/arm/cpu.c | 3 --- target/arm/cpu64.c | 4 2 files changed, 7 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v2 05/24] target/arm: Remove size and alignment for cpu subclasses

2023-09-13 Thread Richard Henderson
Inherit the size and alignment from TYPE_ARM_CPU. Signed-off-by: Richard Henderson --- target/arm/cpu.c | 3 --- target/arm/cpu64.c | 4 2 files changed, 7 deletions(-) diff --git a/target/arm/cpu.c b/target/arm/cpu.c index 906eb981b0..d0f279b87f 100644 --- a/target/arm/cpu.c +++ b/targe