Re: [PULL 46/46] accel: introduce AccelCPUClass extending CPUClass

2021-04-26 Thread Philippe Mathieu-Daudé
Hi Claudio, +Eduardo/Paolo On 2/5/21 11:56 PM, Richard Henderson wrote: > From: Claudio Fontana > > add a new optional interface to CPUClass, which allows accelerators > to extend the CPUClass with additional accelerator-specific > initializations. > > This will allow to separate the target cp

[PULL 46/46] accel: introduce AccelCPUClass extending CPUClass

2021-02-05 Thread Richard Henderson
From: Claudio Fontana add a new optional interface to CPUClass, which allows accelerators to extend the CPUClass with additional accelerator-specific initializations. This will allow to separate the target cpu code that is specific to each accelerator, and register it automatically with object h