Re: [Qemu-devel] [PATCH for-2.9] pseries: Enforce homogeneous threads-per-core

2017-04-01 Thread David Gibson
On Fri, Mar 31, 2017 at 11:04:55AM +0530, Bharata B Rao wrote: > On Fri, Mar 31, 2017 at 10:21 AM, David Gibson > wrote: > > > For reasons that may be useful in future, CPU core objects, as used on the > > pseries machine type have their own nr-threads property, potentially > > allowing cores wit

Re: [Qemu-devel] [PATCH for-2.9] pseries: Enforce homogeneous threads-per-core

2017-03-31 Thread Igor Mammedov
On Fri, 31 Mar 2017 11:04:55 +0530 Bharata B Rao wrote: > On Fri, Mar 31, 2017 at 10:21 AM, David Gibson > wrote: > > > For reasons that may be useful in future, CPU core objects, as used on the > > pseries machine type have their own nr-threads property, potentially > > allowing cores with dif

Re: [Qemu-devel] [PATCH for-2.9] pseries: Enforce homogeneous threads-per-core

2017-03-30 Thread Bharata B Rao
On Fri, Mar 31, 2017 at 10:21 AM, David Gibson wrote: > For reasons that may be useful in future, CPU core objects, as used on the > pseries machine type have their own nr-threads property, potentially > allowing cores with different numbers of threads in the same system. > I remember we retaine

[Qemu-devel] [PATCH for-2.9] pseries: Enforce homogeneous threads-per-core

2017-03-30 Thread David Gibson
For reasons that may be useful in future, CPU core objects, as used on the pseries machine type have their own nr-threads property, potentially allowing cores with different numbers of threads in the same system. If the user/management uses the values specified in query-hotpluggable-cpus as they'r