]> Git Repo - qemu.git/commit
cpu: Move cpu_common_props to hw/core/cpu.c
authorEduardo Habkost <[email protected]>
Fri, 11 Dec 2020 22:04:59 +0000 (17:04 -0500)
committerEduardo Habkost <[email protected]>
Tue, 15 Dec 2020 15:02:07 +0000 (10:02 -0500)
commit1b36e4f5a5de585210ea95f2257839c2312be28f
treed6c9e2ebe24cfabdad88c9a083aad686e3fdc4bd
parent180c00dfc7e3acbb74a114dd9176909a77b3456e
cpu: Move cpu_common_props to hw/core/cpu.c

There's no reason to keep the property list separate from the CPU
class code.  Move the variable to hw/core/cpu.c and make it
static.

Signed-off-by: Eduardo Habkost <[email protected]>
Reviewed-by: Marc-AndrĂ© Lureau <[email protected]>
Message-Id: <20201211220529.2290218[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
cpu.c
hw/core/cpu.c
include/hw/core/cpu.h
This page took 0.019975 seconds and 4 git commands to generate.