From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7KcT-0001du-44 for qemu-devel@nongnu.org; Thu, 08 Aug 2013 03:26:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7KcJ-00088S-9L for qemu-devel@nongnu.org; Thu, 08 Aug 2013 03:26:49 -0400 Received: from e28smtp06.in.ibm.com ([122.248.162.6]:46288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7KcI-00087t-Kt for qemu-devel@nongnu.org; Thu, 08 Aug 2013 03:26:39 -0400 Received: from /spool/local by e28smtp06.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 8 Aug 2013 12:47:31 +0530 Date: Thu, 8 Aug 2013 12:51:06 +0530 From: Prerna Saxena Message-ID: <20130808125106.6b29a78c@zephyr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/2] [v3] target-ppc: Enhance CPU nodes of SPAPR-generated device tree List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Cc: sPAPR , Alexey Kardashevisky , Andreas =?UTF-8?B?RsOkcmJlcg==?= , Anthony Liguori , Alexander Graf By default on KVM or when user asks for it via -cpu host, cpu_model will be "host" and sPAPR merely upper-cases it for the SLOF device tree. PATCH 1/2 : Change the SPAPR code so that we get the underlying CPU type, e.g., "POWER7_V2.3@0" in the device tree. PATCH 2/2 : Make the device-tree CPU nodes PAPR-compliant. Changelog from v2: PATCH 1/2 : Reworked and augmented by Andres Farber against original posted by Prerna. PATCH 2/2 : New. Regards, -- Prerna Saxena Linux Technology Centre, IBM Systems and Technology Lab, Bangalore, India