Re: [Qemu-devel] [RFC PATCH v0 4/8] spapr: Introduce CPU core device

2016-02-22 Thread David Gibson
On Mon, Feb 22, 2016 at 04:58:46PM +0100, Andreas Färber wrote: > Am 22.02.2016 um 08:47 schrieb David Gibson: > > On Mon, Feb 22, 2016 at 07:44:40AM +0100, Andreas Färber wrote: > >> Am 22.02.2016 um 06:01 schrieb Bharata B Rao: > >>> sPAPR CPU core device is a container of CPU thread devices. CPU

Re: [Qemu-devel] [RFC PATCH v0 4/8] spapr: Introduce CPU core device

2016-02-22 Thread Andreas Färber
Am 22.02.2016 um 08:47 schrieb David Gibson: > On Mon, Feb 22, 2016 at 07:44:40AM +0100, Andreas Färber wrote: >> Am 22.02.2016 um 06:01 schrieb Bharata B Rao: >>> sPAPR CPU core device is a container of CPU thread devices. CPU hotplug is >>> performed in the granularity of CPU core device by setti

Re: [Qemu-devel] [RFC PATCH v0 4/8] spapr: Introduce CPU core device

2016-02-22 Thread Andreas Färber
Am 22.02.2016 um 09:05 schrieb Bharata B Rao: > On Mon, Feb 22, 2016 at 07:44:40AM +0100, Andreas Färber wrote: >> Am 22.02.2016 um 06:01 schrieb Bharata B Rao: >>> sPAPR CPU core device is a container of CPU thread devices. CPU hotplug is >>> performed in the granularity of CPU core device by sett

Re: [Qemu-devel] [RFC PATCH v0 4/8] spapr: Introduce CPU core device

2016-02-22 Thread Bharata B Rao
On Mon, Feb 22, 2016 at 07:44:40AM +0100, Andreas Färber wrote: > Am 22.02.2016 um 06:01 schrieb Bharata B Rao: > > sPAPR CPU core device is a container of CPU thread devices. CPU hotplug is > > performed in the granularity of CPU core device by setting the "realized" > > property of this device to

Re: [Qemu-devel] [RFC PATCH v0 4/8] spapr: Introduce CPU core device

2016-02-21 Thread David Gibson
On Mon, Feb 22, 2016 at 07:44:40AM +0100, Andreas Färber wrote: > Am 22.02.2016 um 06:01 schrieb Bharata B Rao: > > sPAPR CPU core device is a container of CPU thread devices. CPU hotplug is > > performed in the granularity of CPU core device by setting the "realized" > > property of this device to

Re: [Qemu-devel] [RFC PATCH v0 4/8] spapr: Introduce CPU core device

2016-02-21 Thread Andreas Färber
Am 22.02.2016 um 06:01 schrieb Bharata B Rao: > sPAPR CPU core device is a container of CPU thread devices. CPU hotplug is > performed in the granularity of CPU core device by setting the "realized" > property of this device to "true". When hotplugged, CPU core creates CPU > thread devices. > > TO

[Qemu-devel] [RFC PATCH v0 4/8] spapr: Introduce CPU core device

2016-02-21 Thread Bharata B Rao
sPAPR CPU core device is a container of CPU thread devices. CPU hotplug is performed in the granularity of CPU core device by setting the "realized" property of this device to "true". When hotplugged, CPU core creates CPU thread devices. TODO: Right now allows for only homogeneous configurations a