Re: [PATCH v6 01/16] cpu-timers, icount: new modules

2020-09-01 Thread Richard Henderson
On 9/1/20 12:21 AM, Claudio Fontana wrote: > refactoring of cpus.c continues with cpu timer state extraction. > > cpu-timers: responsible for the softmmu cpu timers state, > including cpu clocks and ticks. > > icount: counts the TCG instructions executed. As such it is specific to > t

Re: [PATCH v6 01/16] cpu-timers, icount: new modules

2020-09-01 Thread Claudio Fontana
On 9/1/20 12:20 PM, Alex Bennée wrote: > > Claudio Fontana writes: > >> refactoring of cpus.c continues with cpu timer state extraction. >> >> cpu-timers: responsible for the softmmu cpu timers state, >> including cpu clocks and ticks. >> >> icount: counts the TCG instructions execut

Re: [PATCH v6 01/16] cpu-timers, icount: new modules

2020-09-01 Thread Alex Bennée
Claudio Fontana writes: > refactoring of cpus.c continues with cpu timer state extraction. > > cpu-timers: responsible for the softmmu cpu timers state, > including cpu clocks and ticks. > > icount: counts the TCG instructions executed. As such it is specific to > the TCG accelerato

[PATCH v6 01/16] cpu-timers, icount: new modules

2020-09-01 Thread Claudio Fontana
refactoring of cpus.c continues with cpu timer state extraction. cpu-timers: responsible for the softmmu cpu timers state, including cpu clocks and ticks. icount: counts the TCG instructions executed. As such it is specific to the TCG accelerator. Therefore, it is built only under CON