Re: [PATCH-for-8.0 2/5] cpu: Move cpu_class_init_props() to common code

2022-11-30 Thread Richard Henderson
On 11/30/22 05:52, Philippe Mathieu-Daudé wrote: This code is not target-specific. Signed-off-by: Philippe Mathieu-Daudé --- cpu.c | 53 --- cpus-common.c | 53 +++ 2 files changed, 53 in

[PATCH-for-8.0 2/5] cpu: Move cpu_class_init_props() to common code

2022-11-30 Thread Philippe Mathieu-Daudé
This code is not target-specific. Signed-off-by: Philippe Mathieu-Daudé --- cpu.c | 53 --- cpus-common.c | 53 +++ 2 files changed, 53 insertions(+), 53 deletions(-) diff --git a/cpu.c b/cpu