From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bx7lh-0005l6-Sv for qemu-devel@nongnu.org; Thu, 20 Oct 2016 03:28:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bx7ld-0001CA-V1 for qemu-devel@nongnu.org; Thu, 20 Oct 2016 03:28:01 -0400 References: <1476940330-27705-1-git-send-email-david@gibson.dropbear.id.au> <1476940330-27705-8-git-send-email-david@gibson.dropbear.id.au> From: Thomas Huth Message-ID: Date: Thu, 20 Oct 2016 09:27:53 +0200 MIME-Version: 1.0 In-Reply-To: <1476940330-27705-8-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 07/13] spapr: Move construction of /interrupt-controller fdt node List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson , aik@ozlabs.ru, mdroth@linux.vnet.ibm.com, groug@kaod.org Cc: agraf@suse.de, lvivier@redhat.com, qemu-ppc@nongnu.org, qemu-devel@nongnu.org On 20.10.2016 07:12, David Gibson wrote: > Currently the device tree node for the XICS interrupt controller is in > spapr_create_fdt_skel(). As part of consolidating device tree construction > to reset time, this moves it to a function called from spapr_build_fdt(). > > In addition we move the actual code into hw/intc/xics_spapr.c with the > rest of the PAPR specific interrupt controller code. > > Signed-off-by: David Gibson > --- > hw/intc/xics_spapr.c | 22 ++++++++++++++++++++++ > hw/ppc/spapr.c | 20 +++----------------- > include/hw/ppc/xics.h | 1 + > 3 files changed, 26 insertions(+), 17 deletions(-) Reviewed-by: Thomas Huth