From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9OOK-0004Sq-NA for qemu-devel@nongnu.org; Fri, 31 Jan 2014 19:25:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9OO7-00036C-Rh for qemu-devel@nongnu.org; Fri, 31 Jan 2014 19:25:00 -0500 Received: from e23smtp04.au.ibm.com ([202.81.31.146]:40460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9OO7-00035i-49 for qemu-devel@nongnu.org; Fri, 31 Jan 2014 19:24:47 -0500 Received: from /spool/local by e23smtp04.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 1 Feb 2014 10:24:42 +1000 From: Alexey Kardashevskiy Date: Sat, 1 Feb 2014 11:24:33 +1100 Message-Id: <1391214275-23764-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH v6 0/2] target-ppc: CPU device tree id 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 This is some cleanup. Please, comment. Thanks! Changes: v6: * removed kvmppc_fixup_cpu() v5: * cleanup * removed cpustate::kvm_cpu_id * split into 2 patches - new PPC API and the usage of the API Alexey Kardashevskiy (2): target-ppc: add PowerPCCPU::cpu_dt_id target-ppc: spapr: e500: fix to use cpu_dt_id hw/intc/openpic_kvm.c | 2 +- hw/intc/xics.c | 15 +++++++++++++-- hw/intc/xics_kvm.c | 10 +++++----- hw/ppc/e500.c | 7 +++++-- hw/ppc/ppc.c | 22 ++++++++++++++++++++++ hw/ppc/spapr.c | 9 +++++---- hw/ppc/spapr_hcall.c | 6 +++--- hw/ppc/spapr_rtas.c | 14 +++++++------- target-ppc/cpu-qom.h | 2 ++ target-ppc/cpu.h | 18 ++++++++++++++++++ target-ppc/kvm.c | 15 +-------------- target-ppc/kvm_ppc.h | 6 ------ target-ppc/translate_init.c | 11 +++++------ 13 files changed, 87 insertions(+), 50 deletions(-) -- 1.8.4.rc4