From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1cbQ-0006pz-3A for qemu-devel@nongnu.org; Mon, 30 Jun 2014 10:30:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1cbF-0001Dh-Oo for qemu-devel@nongnu.org; Mon, 30 Jun 2014 10:30:39 -0400 Received: from e23smtp01.au.ibm.com ([202.81.31.143]:50853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1cbE-0001DR-PB for qemu-devel@nongnu.org; Mon, 30 Jun 2014 10:30:29 -0400 Received: from /spool/local by e23smtp01.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 1 Jul 2014 00:30:25 +1000 From: Alexey Kardashevskiy Date: Tue, 1 Jul 2014 00:30:16 +1000 Message-Id: <1404138618-1981-1-git-send-email-aik@ozlabs.ru> Subject: [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: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , qemu-ppc@nongnu.org, Alexander Graf 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. Alexey Kardashevskiy (2): target-ppc: Add pvr_match() callback target-ppc: Remove POWER7+ and POWER8E families target-ppc/cpu-models.c | 5 +- target-ppc/cpu-models.h | 5 +- target-ppc/cpu-qom.h | 2 +- target-ppc/translate_init.c | 120 +++++++++++++------------------------------- 4 files changed, 40 insertions(+), 92 deletions(-) -- 2.0.0