Re: [Qemu-devel] [RFC PATCH v3 05/24] spapr: Reorganize CPU dt generation code

2015-05-04 Thread David Gibson
On Fri, Apr 24, 2015 at 12:17:27PM +0530, Bharata B Rao wrote: > Reorganize CPU device tree generation code so that it be reused from > hotplug path. CPU dt entries are now generated from spapr_finalize_fdt() > instead of spapr_create_fdt_skel(). > > Note: This is how the split-up looks like now:

Re: [Qemu-devel] [RFC PATCH v3 05/24] spapr: Reorganize CPU dt generation code

2015-05-04 Thread David Gibson
On Mon, Apr 27, 2015 at 11:06:07AM +0530, Bharata B Rao wrote: > On Sun, Apr 26, 2015 at 05:17:48PM +0530, Bharata B Rao wrote: > > On Fri, Apr 24, 2015 at 12:17:27PM +0530, Bharata B Rao wrote: > > > Reorganize CPU device tree generation code so that it be reused from > > > hotplug path. CPU dt en

Re: [Qemu-devel] [RFC PATCH v3 05/24] spapr: Reorganize CPU dt generation code

2015-04-26 Thread Bharata B Rao
On Sun, Apr 26, 2015 at 05:17:48PM +0530, Bharata B Rao wrote: > On Fri, Apr 24, 2015 at 12:17:27PM +0530, Bharata B Rao wrote: > > Reorganize CPU device tree generation code so that it be reused from > > hotplug path. CPU dt entries are now generated from spapr_finalize_fdt() > > instead of spapr_

Re: [Qemu-devel] [RFC PATCH v3 05/24] spapr: Reorganize CPU dt generation code

2015-04-26 Thread Bharata B Rao
On Fri, Apr 24, 2015 at 12:17:27PM +0530, Bharata B Rao wrote: > Reorganize CPU device tree generation code so that it be reused from > hotplug path. CPU dt entries are now generated from spapr_finalize_fdt() > instead of spapr_create_fdt_skel(). Creating CPU DT entries from spapr_finalize_fdt() i

[Qemu-devel] [RFC PATCH v3 05/24] spapr: Reorganize CPU dt generation code

2015-04-23 Thread Bharata B Rao
Reorganize CPU device tree generation code so that it be reused from hotplug path. CPU dt entries are now generated from spapr_finalize_fdt() instead of spapr_create_fdt_skel(). Note: This is how the split-up looks like now: Boot path - spapr_finalize_fdt spapr_populate_cpus_dt_node sp