Re: [PATCH v2 1/7] hw/board: promote fdt from ARM VirtMachineState to MachineState

2021-02-11 Thread Peter Maydell
On Thu, 11 Feb 2021 at 17:19, Alex Bennée wrote: > > The use of FDT's is quite common across our various platforms. To > allow the generic loader to tweak it we need to make it available in > the generic state. This creates the field and migrates the initial > user to use the generic field. Other

[PATCH v2 1/7] hw/board: promote fdt from ARM VirtMachineState to MachineState

2021-02-11 Thread Alex Bennée
The use of FDT's is quite common across our various platforms. To allow the generic loader to tweak it we need to make it available in the generic state. This creates the field and migrates the initial user to use the generic field. Other boards will be updated in later patches. Signed-off-by: