From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxV2F-0005uO-Rn for qemu-devel@nongnu.org; Fri, 12 Jul 2013 00:32:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxV2E-0002FA-Tn for qemu-devel@nongnu.org; Fri, 12 Jul 2013 00:32:47 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:64287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxV2E-0002Ez-OF for qemu-devel@nongnu.org; Fri, 12 Jul 2013 00:32:46 -0400 Received: by mail-pb0-f41.google.com with SMTP id rp16so8649559pbb.0 for ; Thu, 11 Jul 2013 21:32:45 -0700 (PDT) Sender: Peter Crosthwaite From: peter.crosthwaite@xilinx.com Date: Fri, 12 Jul 2013 14:27:53 +1000 Message-Id: Subject: [Qemu-devel] [RFC PATCH v1 0/3] Device tree cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, agraf@suse.de, david@gibson.dropbear.id.au From: Peter Crosthwaite Fix the name stem of the devicetree API (P1 - s/qemu_devtree/qemu_fdt) and start the error reporting cleanup (P3). Trivial patch P2 fixing an arugment name along the way. Looking for stylistic review comments on patch 3, before I go and apply the change to the entire API. Peter Crosthwaite (3): device_tree: s/qemu_devtree/qemu_fdt globally device_tree: qemu_fdt_setprop: Rename val_array arg device_tree: qemu_fdt_setprop: Fixup error reporting device_tree.c | 75 +++++++++------ hw/arm/boot.c | 25 ++--- hw/microblaze/boot.c | 4 +- hw/ppc/e500.c | 217 ++++++++++++++++++++++--------------------- hw/ppc/e500plat.c | 6 +- hw/ppc/mpc8544ds.c | 6 +- hw/ppc/ppc440_bamboo.c | 28 +++--- hw/ppc/spapr_rtas.c | 16 ++-- hw/ppc/virtex_ml507.c | 2 +- include/sysemu/device_tree.h | 133 +++++++++++++++++++++----- 10 files changed, 310 insertions(+), 202 deletions(-) -- 1.8.3.rc1.44.gb387c77.dirty