From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2iNt-0004TP-Eo for qemu-devel@nongnu.org; Thu, 03 Jul 2014 10:53:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2iNk-0008R3-Dr for qemu-devel@nongnu.org; Thu, 03 Jul 2014 10:53:13 -0400 Message-ID: <53B56E4F.3060103@suse.de> Date: Thu, 03 Jul 2014 16:53:03 +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. Thanks, applied to ppc-next (2.1) Alex