Re: [Qemu-devel] [PATCH] spapr: add ibm, chip-id property in device tree

2014-04-14 Thread Alexey Kardashevskiy
On 04/14/2014 05:41 PM, Alexander Graf wrote: > > On 11.04.14 18:41, Alexey Kardashevskiy wrote: >> On 04/12/2014 02:29 AM, Alexander Graf wrote: >>> On 13.03.14 07:29, Alexey Kardashevskiy wrote: This adds a "ibm,chip-id" property for CPU nodes which should be the same for all cores in

Re: [Qemu-devel] [PATCH] spapr: add ibm, chip-id property in device tree

2014-04-14 Thread Alexander Graf
On 11.04.14 18:41, Alexey Kardashevskiy wrote: On 04/12/2014 02:29 AM, Alexander Graf wrote: On 13.03.14 07:29, Alexey Kardashevskiy wrote: This adds a "ibm,chip-id" property for CPU nodes which should be the same for all cores in the same CPU socket. The recent guest kernels use this informat

Re: [Qemu-devel] [PATCH] spapr: add ibm, chip-id property in device tree

2014-04-11 Thread Alexey Kardashevskiy
On 04/12/2014 02:29 AM, Alexander Graf wrote: > > On 13.03.14 07:29, Alexey Kardashevskiy wrote: >> This adds a "ibm,chip-id" property for CPU nodes which should be the same >> for all cores in the same CPU socket. The recent guest kernels use this >> information to associate threads with sockets.

Re: [Qemu-devel] [PATCH] spapr: add ibm, chip-id property in device tree

2014-04-11 Thread Alexander Graf
On 13.03.14 07:29, Alexey Kardashevskiy wrote: This adds a "ibm,chip-id" property for CPU nodes which should be the same for all cores in the same CPU socket. The recent guest kernels use this information to associate threads with sockets. Refer to the kernel commit 256f2d4b463d3030ebc8d2b54f42

[Qemu-devel] [PATCH] spapr: add ibm, chip-id property in device tree

2014-03-12 Thread Alexey Kardashevskiy
This adds a "ibm,chip-id" property for CPU nodes which should be the same for all cores in the same CPU socket. The recent guest kernels use this information to associate threads with sockets. Refer to the kernel commit 256f2d4b463d3030ebc8d2b54f427543814a2bdc for more details. Signed-off-by: Ale