Re: [Qemu-devel] [PATCH v7 08/13] target-ppc: Introduce PowerPC specific CPU core device

2016-01-31 Thread David Gibson
On Thu, Jan 28, 2016 at 11:19:50AM +0530, Bharata B Rao wrote: > CPU core device is a container of CPU thread devices. CPU hotplug is > performed at the granularity of CPU core device. When hotplugged, CPU core > creates CPU thread devices. > > Signed-off-by: Bharata B Rao The basic logic here

[Qemu-devel] [PATCH v7 08/13] target-ppc: Introduce PowerPC specific CPU core device

2016-01-27 Thread Bharata B Rao
CPU core device is a container of CPU thread devices. CPU hotplug is performed at the granularity of CPU core device. When hotplugged, CPU core creates CPU thread devices. Signed-off-by: Bharata B Rao --- hw/ppc/Makefile.objs | 1 + hw/ppc/cpu-core.c | 75 +