Re: [PATCH v2 00/10] cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro

2025-02-10 Thread Philippe Mathieu-Daudé
On 22/1/25 10:30, Philippe Mathieu-Daudé wrote: Philippe Mathieu-Daudé (10): hw/core/generic-loader: Do not open-code cpu_set_pc() gdbstub: Clarify no more than @gdb_num_core_regs can be accessed cpus: Cache CPUClass early in instance_init() handler cpus: Prefer cached CpuClass over

[PATCH v2 00/10] cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro

2025-01-22 Thread Philippe Mathieu-Daudé
Missing review: 1 & 2 v1 cover: Use cached CPUState::cc to get CPUClass. Main rationale is overall code style. Philippe Mathieu-Daudé (10): hw/core/generic-loader: Do not open-code cpu_set_pc() gdbstub: Clarify no more than @gdb_num_core_regs can be accessed cpus: Cache CPUClass early in in