[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 08/13] spapr: Consolidate construction of /chosen
From: |
Thomas Huth |
Subject: |
Re: [Qemu-ppc] [PATCH 08/13] spapr: Consolidate construction of /chosen device tree node |
Date: |
Thu, 20 Oct 2016 09:48:39 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 |
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 <address@hidden>
> ---
> 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 <address@hidden>
- Re: [Qemu-ppc] [PATCH 10/13] spapr: Move /event-sources construction to spapr_build_fdt(), (continued)
- [Qemu-ppc] [PATCH 13/13] spapr: Remove spapr_create_fdt_skel(), David Gibson, 2016/10/20
- [Qemu-ppc] [PATCH 11/13] spapr: Move /hypervisor node construction to fdt_build_fdt(), David Gibson, 2016/10/20
- [Qemu-ppc] [PATCH 07/13] spapr: Move construction of /interrupt-controller fdt node, David Gibson, 2016/10/20
- [Qemu-ppc] [PATCH 12/13] spapr: Consolidate construction of /vdevice device tree node, David Gibson, 2016/10/20
- [Qemu-ppc] [PATCH 08/13] spapr: Consolidate construction of /chosen device tree node, David Gibson, 2016/10/20
- [Qemu-ppc] [PATCH 09/13] pseries: Consolidate construction of /rtas device tree node, David Gibson, 2016/10/20