Re: [PATCH v3 07/27] cpu: Introduce SysemuCPUOps structure

2021-03-02 Thread Richard Henderson
On 3/2/21 6:57 AM, Philippe Mathieu-Daudé wrote: +static struct SysemuCPUOps alpha_sysemu_ops = { const, for all of them. r~

[PATCH v3 07/27] cpu: Introduce SysemuCPUOps structure

2021-03-02 Thread Philippe Mathieu-Daudé
Introduce a structure to hold handler specific to sysemu. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/core/cpu.h| 5 + include/hw/core/sysemu-cpu-ops.h | 21 + target/alpha/cpu.c | 6 ++ target/arm/cpu.c | 6 ++