Re: [RFC v9 12/32] tcg: make CPUClass.cpu_exec_* optional

2020-12-09 Thread Alex Bennée
Claudio Fontana writes: > From: Eduardo Habkost > > This will let us simplify the code that initializes CPU class > methods, when we move cpu_exec_*() to a separate struct. > Signed-off-by: Eduardo Habkost > Signed-off-by: Claudio Fontana Reviewed-by: Alex Bennée -- Alex Bennée

[RFC v9 12/32] tcg: make CPUClass.cpu_exec_* optional

2020-12-08 Thread Claudio Fontana
From: Eduardo Habkost This will let us simplify the code that initializes CPU class methods, when we move cpu_exec_*() to a separate struct. Signed-off-by: Eduardo Habkost Signed-off-by: Claudio Fontana --- accel/tcg/cpu-exec.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-)