On 10/2/25 17:51, Richard Henderson wrote:
On 2/10/25 05:31, Philippe Mathieu-Daudé wrote:
--- a/include/hw/core/cpu.h
+++ b/include/hw/core/cpu.h
@@ -170,7 +170,7 @@ struct CPUClass {
void (*disas_set_info)(CPUState *cpu, disassemble_info *info);
const char *deprecation_note;
- struct AccelCPUClass *accel_cpu;
+ const struct AccelCPUClass *accel_cpu;
This to have been split out previously.
It's certainly not gsed material.
Yes, mis-rebased with I misunderstood object_child_foreach() pattern.
(good eyes!)
Otherwise,
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
Thanks!