From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5pJ7-0002MR-NM for qemu-devel@nongnu.org; Tue, 21 Jan 2014 23:21:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5pJ0-0007qZ-8c for qemu-devel@nongnu.org; Tue, 21 Jan 2014 23:20:53 -0500 Received: from mail-pd0-f173.google.com ([209.85.192.173]:63177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5pJ0-0007q0-1T for qemu-devel@nongnu.org; Tue, 21 Jan 2014 23:20:46 -0500 Received: by mail-pd0-f173.google.com with SMTP id y10so5537338pdj.4 for ; Tue, 21 Jan 2014 20:20:45 -0800 (PST) Message-ID: <52DF4717.3060109@ozlabs.ru> Date: Wed, 22 Jan 2014 15:20:39 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1386041447-16586-1-git-send-email-aik@ozlabs.ru> <52A6CDF9.90804@ozlabs.ru> <52B2F1CA.8050204@ozlabs.ru> <52CFAD49.6010102@ozlabs.ru> In-Reply-To: <52CFAD49.6010102@ozlabs.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 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, Alex Graf , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= On 01/10/2014 07:20 PM, Alexey Kardashevskiy wrote: > On 12/20/2013 12:16 AM, Alexey Kardashevskiy wrote: >> On 12/10/2013 07:16 PM, Alexey Kardashevskiy wrote: >>> On 12/03/2013 02:30 PM, Alexey Kardashevskiy wrote: >>>> Hi! >>>> >>>> This is some cleanup. Please, comment. Thanks! >>> >>> >>> Ping, anyone? >> >> >> Ping? > > > > Ping, anyone? Ping, anyone? > > > >>> >>> >>>> Changes: >>>> 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 | 33 +++++++++++++++++++++++++++++++++ >>>> 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 | 27 +++++++++++++++++++++++++++ >>>> target-ppc/kvm.c | 10 +--------- >>>> target-ppc/translate_init.c | 2 ++ >>>> 12 files changed, 104 insertions(+), 33 deletions(-) >>>> >>> >>> >> >> > > -- Alexey