qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/2] target/i386/cpu: Constify CPUCaches and X86CPUDefinition
Date: Mon, 3 May 2021 19:35:22 +0200

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

-- 
2.26.3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]