From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlJ2h-000847-Jk for qemu-devel@nongnu.org; Fri, 16 May 2014 10:23:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlJ2b-0006Lk-DD for qemu-devel@nongnu.org; Fri, 16 May 2014 10:23:23 -0400 Message-ID: <53761F52.7000006@suse.de> Date: Fri, 16 May 2014 16:23:14 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1400152994-20365-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <1400152994-20365-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] spapr: Add ibm, chip-id property in device tree List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org On 15.05.14 13:23, 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 256f2d4b463d3030ebc8d2b54f427543814a2bdc > for more details. > > Signed-off-by: Alexey Kardashevskiy Thanks, applied to ppc-next. Alex