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

2016-10-20 Thread Thomas Huth
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

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

2016-10-19 Thread David Gibson
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 thi