Re: [RFC v9 27/32] accel: replace struct CpusAccel with AccelOpsClass

2020-12-09 Thread Claudio Fontana
On 12/9/20 7:30 PM, Alex Bennée wrote: > > Claudio Fontana writes: > >> On 12/9/20 1:54 PM, Alex Bennée wrote: >>> >>> Claudio Fontana writes: >>> centralize the registration of the cpus.c module accelerator operations in accel/accel-softmmu.c Signed-off-by: Claudio Fontana

Re: [RFC v9 27/32] accel: replace struct CpusAccel with AccelOpsClass

2020-12-09 Thread Alex Bennée
Claudio Fontana writes: > On 12/9/20 1:54 PM, Alex Bennée wrote: >> >> Claudio Fontana writes: >> >>> centralize the registration of the cpus.c module >>> accelerator operations in accel/accel-softmmu.c >>> >>> Signed-off-by: Claudio Fontana >> >>> diff --git a/accel/tcg/tcg-cpus.c b/accel

Re: [RFC v9 27/32] accel: replace struct CpusAccel with AccelOpsClass

2020-12-09 Thread Claudio Fontana
On 12/9/20 1:54 PM, Alex Bennée wrote: > > Claudio Fontana writes: > >> centralize the registration of the cpus.c module >> accelerator operations in accel/accel-softmmu.c >> >> Signed-off-by: Claudio Fontana > >> diff --git a/accel/tcg/tcg-cpus.c b/accel/tcg/tcg-cpus.c >> index e335f9f155..38

Re: [RFC v9 27/32] accel: replace struct CpusAccel with AccelOpsClass

2020-12-09 Thread Claudio Fontana
On 12/9/20 1:54 PM, Alex Bennée wrote: > > Claudio Fontana writes: > >> centralize the registration of the cpus.c module >> accelerator operations in accel/accel-softmmu.c >> >> Signed-off-by: Claudio Fontana > >> diff --git a/accel/tcg/tcg-cpus.c b/accel/tcg/tcg-cpus.c >> index e335f9f155..38

Re: [RFC v9 27/32] accel: replace struct CpusAccel with AccelOpsClass

2020-12-09 Thread Alex Bennée
Claudio Fontana writes: > centralize the registration of the cpus.c module > accelerator operations in accel/accel-softmmu.c > > Signed-off-by: Claudio Fontana > diff --git a/accel/tcg/tcg-cpus.c b/accel/tcg/tcg-cpus.c > index e335f9f155..38a58ab271 100644 > --- a/accel/tcg/tcg-cpus.c > +++ b

[RFC v9 27/32] accel: replace struct CpusAccel with AccelOpsClass

2020-12-08 Thread Claudio Fontana
centralize the registration of the cpus.c module accelerator operations in accel/accel-softmmu.c Signed-off-by: Claudio Fontana --- MAINTAINERS | 3 ++- accel/accel-common.c | 11 + accel/accel-softmmu.c| 43 +++--- accel/acce