]> git.proxmox.com Git - mirror_qemu.git/commit
cpu: Move cpu_common_props to hw/core/cpu.c
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 11 Dec 2020 22:04:59 +0000 (17:04 -0500)
committerEduardo Habkost <ehabkost@redhat.com>
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 <ehabkost@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20201211220529.2290218-3-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
cpu.c
hw/core/cpu.c
include/hw/core/cpu.h