From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUde1-0002ZO-6m for qemu-devel@nongnu.org; Tue, 02 Aug 2016 13:38:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUddu-0007DT-Ty for qemu-devel@nongnu.org; Tue, 02 Aug 2016 13:38:20 -0400 Received: from 1.mo179.mail-out.ovh.net ([178.33.111.220]:44749) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUddu-0007DM-Nj for qemu-devel@nongnu.org; Tue, 02 Aug 2016 13:38:14 -0400 Received: from player732.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo179.mail-out.ovh.net (Postfix) with ESMTP id E8B141008396 for ; Tue, 2 Aug 2016 19:38:12 +0200 (CEST) From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Tue, 2 Aug 2016 19:37:59 +0200 Message-Id: <1470159481-28082-1-git-send-email-clg@kaod.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/2] hw/ppc: fdt cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-ppc@nongnu.org Cc: David Gibson , qemu-devel@nongnu.org, =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Hello, Here are a couple of enhancements for sPAPR but PowerNV should use them also. Thanks, C.=20 C=C3=A9dric Le Goater (2): hw/ppc: use error_report instead of fprintf hw/ppc: add a ppc_create_page_sizes_prop() helper routine hw/ppc/Makefile.objs | 2 +- hw/ppc/fdt.c | 49 ++++++++++++++++++++++++++++++++++++++++++++++= +++ hw/ppc/spapr.c | 48 +++++++---------------------------------------= -- hw/ppc/spapr_drc.c | 8 ++++---- hw/ppc/spapr_iommu.c | 4 ++-- hw/ppc/spapr_rtas.c | 13 +++++++------ hw/ppc/spapr_vio.c | 3 ++- include/hw/ppc/fdt.h | 13 ++++++++++--- 8 files changed, 82 insertions(+), 58 deletions(-) create mode 100644 hw/ppc/fdt.c --=20 2.7.4