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
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
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
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