Re: [PATCH 5/5] hw/core/cpu: removed cpu_dump_statistics function

2021-05-27 Thread Eduardo Habkost
On Wed, May 26, 2021 at 05:21:04PM -0300, Bruno Larsen (billionai) wrote: > No more architectures set the pointer to dump_statistics, so there's no > point in keeping it, or the related cpu_dump_statistics function. > > Suggested-by: Richard Henderson > Signed-off-by: Bruno Larsen (billionai) A

Re: [PATCH 5/5] hw/core/cpu: removed cpu_dump_statistics function

2021-05-26 Thread David Gibson
On Wed, May 26, 2021 at 05:21:04PM -0300, Bruno Larsen (billionai) wrote: > No more architectures set the pointer to dump_statistics, so there's no > point in keeping it, or the related cpu_dump_statistics function. > > Suggested-by: Richard Henderson > Signed-off-by: Bruno Larsen (billionai) >

RE: [PATCH 5/5] hw/core/cpu: removed cpu_dump_statistics function

2021-05-26 Thread Luis Fernando Fujita Pires
From: Bruno Larsen (billionai) > No more architectures set the pointer to dump_statistics, so there's no point > in > keeping it, or the related cpu_dump_statistics function. > > Suggested-by: Richard Henderson > Signed-off-by: Bruno Larsen (billionai) > --- > hw/core/cpu.c | 9 -

Re: [PATCH 5/5] hw/core/cpu: removed cpu_dump_statistics function

2021-05-26 Thread Richard Henderson
On 5/26/21 1:21 PM, Bruno Larsen (billionai) wrote: No more architectures set the pointer to dump_statistics, so there's no point in keeping it, or the related cpu_dump_statistics function. Suggested-by: Richard Henderson Signed-off-by: Bruno Larsen (billionai) --- hw/core/cpu.c | 9 -

[PATCH 5/5] hw/core/cpu: removed cpu_dump_statistics function

2021-05-26 Thread Bruno Larsen (billionai)
No more architectures set the pointer to dump_statistics, so there's no point in keeping it, or the related cpu_dump_statistics function. Suggested-by: Richard Henderson Signed-off-by: Bruno Larsen (billionai) --- hw/core/cpu.c | 9 - include/hw/core/cpu.h | 12 2