qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH v1 0/3] Device tree cleanups


From: peter . crosthwaite
Subject: [Qemu-devel] [RFC PATCH v1 0/3] Device tree cleanups
Date: Fri, 12 Jul 2013 14:27:53 +1000

From: Peter Crosthwaite <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]