Re: [Qemu-devel] [PATCHv2 04/12] pseries: Move adding of fdt reserve map entries

2016-10-23 Thread Michael Roth
Quoting David Gibson (2016-10-20 21:56:32) > The flattened device tree passed to pseries guests contains a list of > reserved memory areas. Currently we construct this list early in > spapr_create_fdt_skel() as we sequentially write the fdt. > > This will be inconvenient for upcoming cleanups, so

[Qemu-devel] [PATCHv2 04/12] pseries: Move adding of fdt reserve map entries

2016-10-20 Thread David Gibson
The flattened device tree passed to pseries guests contains a list of reserved memory areas. Currently we construct this list early in spapr_create_fdt_skel() as we sequentially write the fdt. This will be inconvenient for upcoming cleanups, so this patch moves the reserve map changes to the end