[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 12/13] spapr: Consolidate construction of /vdevice
From: |
Thomas Huth |
Subject: |
Re: [Qemu-ppc] [PATCH 12/13] spapr: Consolidate construction of /vdevice device tree node |
Date: |
Thu, 20 Oct 2016 10:49:26 +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:
> Construction of the /vdevice node (and its children) is divided between
> spapr_create_fdt_skel() (at init time), which creates the base node, and
> spapr_populate_vdevice() (at reset time) which creates the nodes for each
> individual virtual device.
>
> This consolidates both into a single function called from
> spapr_build_fdt().
>
> Signed-off-by: David Gibson <address@hidden>
> ---
> hw/ppc/spapr.c | 19 ++-----------------
> hw/ppc/spapr_vio.c | 23 ++++++++++++++++-------
> include/hw/ppc/spapr_vio.h | 2 +-
> 3 files changed, 19 insertions(+), 25 deletions(-)
Reviewed-by: Thomas Huth <address@hidden>
- [Qemu-ppc] [PATCH 05/13] pseries: Move adding of fdt reserve map entries, (continued)
- [Qemu-ppc] [PATCH 05/13] pseries: Move adding of fdt reserve map entries, David Gibson, 2016/10/20
- [Qemu-ppc] [PATCH 10/13] spapr: Move /event-sources construction to spapr_build_fdt(), David Gibson, 2016/10/20
- [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
- Re: [Qemu-ppc] [PATCH 12/13] spapr: Consolidate construction of /vdevice device tree node,
Thomas Huth <=
- [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