On 20.10.2016 07:12, David Gibson wrote: > For historical reasons, building the /chosen node in the guest device tree > is split across several places and includes both parts which write the DT > sequentially and others which use random access functions. > > This patch consolidates construction of the node into one place, using > random access functions throughout. > > Signed-off-by: David Gibson <da...@gibson.dropbear.id.au> > --- > hw/ppc/spapr.c | 131 > ++++++++++++++++++++++----------------------- > hw/ppc/spapr_vio.c | 17 ++---- > include/hw/ppc/spapr_vio.h | 2 +- > 3 files changed, 70 insertions(+), 80 deletions(-) >
Reviewed-by: Thomas Huth <th...@redhat.com>