On 9/27/20 5:18 AM, Richard Henderson wrote:
> On 9/26/20 7:04 AM, Yonggang Luo wrote:
>> @@ -72,7 +72,7 @@ static void vcpu_tb_exec(unsigned int cpu_index, void
>> *udata)
>> CPUCount *count = max_cpus ?
>> g_ptr_array_index(counts, cpu_index) : &inline_count;
>>
>> -unsigned
On 9/26/20 7:04 AM, Yonggang Luo wrote:
> @@ -72,7 +72,7 @@ static void vcpu_tb_exec(unsigned int cpu_index, void
> *udata)
> CPUCount *count = max_cpus ?
> g_ptr_array_index(counts, cpu_index) : &inline_count;
>
> -unsigned long n_insns = (unsigned long)udata;
> +uint64_t
On 9/26/20 4:04 PM, Yonggang Luo wrote:
> Signed-off-by: Yonggang Luo
Reviewed-by: Philippe Mathieu-Daudé
> ---
> contrib/plugins/hotblocks.c | 2 +-
> tests/plugin/bb.c | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/contrib/plugins/hotblocks.c b/contr