On Tue, May 30, 2017 at 11:30:27AM -0500, Eric Blake wrote: > On 05/30/2017 11:24 AM, Igor Mammedov wrote: > > Move vcpu's assocciated numa_node field out of generic CPUState > > s/assocciated/associated/ > > > into inherited classes that actually care about cpu<->numa mapping, > > i.e: ARMCPU, PowerPCCPU, X86CPU. > > > > Signed-off-by: Igor Mammedov <imamm...@redhat.com> > > --- > > > +++ b/target/arm/cpu.h > > @@ -703,6 +703,8 @@ struct ARMCPU { > > > > ARMELChangeHook *el_change_hook; > > void *el_change_hook_opaque; > > + > > + int32_t node_id; /* NUMA node this CPU is belonging to */ > > s/is belonging/belongs/ (multiple places in the patch)
I have fixed those while applying the patch. Thanks! -- Eduardo