qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 13/13] spapr: Remove spapr_create_fdt_skel()


From: Thomas Huth
Subject: Re: [Qemu-devel] [PATCH 13/13] spapr: Remove spapr_create_fdt_skel()
Date: Thu, 20 Oct 2016 10:54:54 +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 construction of the guest device tree in spapr is
> divided between spapr_create_fdt_skel() which is called at init time, and
> spapr_build_fdt() which runs at reset time.  Over time, more and more
> things have needed to be moved to reset time.
> 
> Previous cleanups mean the only things left in spapr_create_fdt_skel() are
> the properties of the root node itself.  Finish consolidating these two
> parts of device tree construction, by moving this to the start of
> spapr_build_fdt(), and removing spapr_create_fdt_skel() entirely.
> 
> Signed-off-by: David Gibson <address@hidden>
> ---
>  hw/ppc/spapr.c         | 94 
> +++++++++++++++++++-------------------------------
>  include/hw/ppc/spapr.h |  1 -
>  2 files changed, 36 insertions(+), 59 deletions(-)

Reviewed-by: Thomas Huth <address@hidden>




reply via email to

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