Re: [PATCH v6 04/16] cpus: extract out TCG-specific code to accel/tcg

2020-09-01 Thread Richard Henderson
On 9/1/20 12:21 AM, Claudio Fontana wrote: > TCG is the first accelerator to register a "CpusAccel" interface > on initialization, providing functions for starting a vcpu, > kicking a vcpu, sychronizing state and getting virtual clock > and ticks. > > Signed-off-by: Claudio Fontana > Reviewed-by:

Re: [PATCH v6 04/16] cpus: extract out TCG-specific code to accel/tcg

2020-09-01 Thread Alex Bennée
Claudio Fontana writes: > TCG is the first accelerator to register a "CpusAccel" interface > on initialization, providing functions for starting a vcpu, > kicking a vcpu, sychronizing state and getting virtual clock > and ticks. > > Signed-off-by: Claudio Fontana > Reviewed-by: Philippe Mathie

[PATCH v6 04/16] cpus: extract out TCG-specific code to accel/tcg

2020-09-01 Thread Claudio Fontana
TCG is the first accelerator to register a "CpusAccel" interface on initialization, providing functions for starting a vcpu, kicking a vcpu, sychronizing state and getting virtual clock and ticks. Signed-off-by: Claudio Fontana Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daud