]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
numa: move numa_node from CPUState into target specific classes
authorIgor Mammedov <imammedo@redhat.com>
Tue, 30 May 2017 16:24:00 +0000 (18:24 +0200)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 5 Jun 2017 17:59:09 +0000 (14:59 -0300)
commit15f8b14228b856850df3fa5ba999ad96521f2208
tree2ca59eabe74480c267f910e1bd1ff6cfe6e824c0
parentf75cd44de0ec20d72dc9eef5e6e48a8874c40727
numa: move numa_node from CPUState into target specific classes

Move vcpu's associated numa_node field out of generic CPUState
into inherited classes that actually care about cpu<->numa mapping,
i.e: ARMCPU, PowerPCCPU, X86CPU.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <1496161442-96665-6-git-send-email-imammedo@redhat.com>
[ehabkost: s/CPU is belonging to/CPU belongs to/ on comments]
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/ppc/spapr.c
hw/ppc/spapr_cpu_core.c
include/qom/cpu.h
target/arm/cpu.c
target/arm/cpu.h
target/i386/cpu.c
target/i386/cpu.h
target/ppc/cpu.h