Re: [PATCH 07/16] cpu: Introduce CPUSystemOperations structure

2021-02-27 Thread Claudio Fontana
On 2/26/21 5:32 PM, Philippe Mathieu-Daudé wrote: > Introduce a structure to hold handler specific to sysemu. > > Signed-off-by: Philippe Mathieu-Daudé > --- > include/hw/core/cpu.h | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/include/hw/core/cpu.h b/include/hw/core/cpu.h >

Re: [PATCH 07/16] cpu: Introduce CPUSystemOperations structure

2021-02-27 Thread Claudio Fontana
On 2/26/21 5:32 PM, Philippe Mathieu-Daudé wrote: > Introduce a structure to hold handler specific to sysemu. > > Signed-off-by: Philippe Mathieu-Daudé > --- > include/hw/core/cpu.h | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/include/hw/core/cpu.h b/include/hw/core/cpu.h >

[PATCH 07/16] cpu: Introduce CPUSystemOperations structure

2021-02-26 Thread Philippe Mathieu-Daudé
Introduce a structure to hold handler specific to sysemu. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/core/cpu.h | 9 + 1 file changed, 9 insertions(+) diff --git a/include/hw/core/cpu.h b/include/hw/core/cpu.h index b12028c3c03..ab89235cb45 100644 --- a/include/hw/core/cpu.h +