Re: [PATCH for-7.2 v4 10/21] hw/ppc: set machine->fdt in spapr machine

2022-08-28 Thread David Gibson
On Fri, Aug 26, 2022 at 11:11:39AM -0300, Daniel Henrique Barboza wrote: > The pSeries machine never bothered with the common machine->fdt > attribute. We do all the FDT related work using spapr->fdt_blob. > > We're going to introduce HMP commands to read and save the FDT, which > will rely on set

[PATCH for-7.2 v4 10/21] hw/ppc: set machine->fdt in spapr machine

2022-08-26 Thread Daniel Henrique Barboza
The pSeries machine never bothered with the common machine->fdt attribute. We do all the FDT related work using spapr->fdt_blob. We're going to introduce HMP commands to read and save the FDT, which will rely on setting machine->fdt properly to work across all machine archs/types. Let's set machi