Re: [PATCH 0/2] target/i386/cpu: Constify CPUCaches and X86CPUDefinition

2021-05-05 Thread Eduardo Habkost
On Mon, May 03, 2021 at 07:35:22PM +0200, Philippe Mathieu-Daudé wrote: > X86CPUDefinition[] is never written, move it to .rodata section > by marking it const. > > Philippe Mathieu-Daudé (2): > target/i386/cpu: Constify CPUCaches > target/i386/cpu: Constify X86CPUDefinition Queued, thanks!

[PATCH 0/2] target/i386/cpu: Constify CPUCaches and X86CPUDefinition

2021-05-03 Thread Philippe Mathieu-Daudé
X86CPUDefinition[] is never written, move it to .rodata section by marking it const. Philippe Mathieu-Daudé (2): target/i386/cpu: Constify CPUCaches target/i386/cpu: Constify X86CPUDefinition target/i386/cpu.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) --