From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2gOw-00060r-HM for qemu-devel@nongnu.org; Thu, 03 Jul 2014 08:46:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2gOo-0000J3-2w for qemu-devel@nongnu.org; Thu, 03 Jul 2014 08:46:10 -0400 Message-ID: <53B55088.1090507@suse.de> Date: Thu, 03 Jul 2014 14:46:00 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1404138618-1981-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <1404138618-1981-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 0/2] target-ppc: Merge POWER7+ to POWER7 and POWER8E to POWER8 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 30.06.14 16:30, Alexey Kardashevskiy wrote: > Here are 2 patches to simplify handling of the same CPUs with slightly different PVRs. > Now with a callback instead of additional levels in PPC CPU QOM class tree. > > Please comment. Thanks. Very simply and clean approach to the problem at hand. Please fix the minor nits in patch 1 and I'll queue it for 2.1. Alex