qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 12/13] spapr: Consolidate construction of /vdevi


From: Thomas Huth
Subject: Re: [Qemu-devel] [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>




reply via email to

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