[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH 01/15] hw/board: promote fdt from ARM VirtMachineState to
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [RFC PATCH 01/15] hw/board: promote fdt from ARM VirtMachineState to MachineState |
Date: |
Thu, 5 Nov 2020 20:27:30 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 |
On 11/5/20 6:51 PM, 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 boards will be updated in later
> patches.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Message-Id: <20201021170842.25762-2-alex.bennee@linaro.org>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Two S-o-b better than one!
> ---
> include/hw/arm/virt.h | 1 -
> include/hw/boards.h | 1 +
> hw/arm/virt.c | 322 ++++++++++++++++++++++--------------------
> 3 files changed, 170 insertions(+), 154 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
- [RFC PATCH 00/15] Xen guest-loader and arm64 build fixes/enhancements, Alex Bennée, 2020/11/05
- [RFC PATCH 01/15] hw/board: promote fdt from ARM VirtMachineState to MachineState, Alex Bennée, 2020/11/05
- Re: [RFC PATCH 01/15] hw/board: promote fdt from ARM VirtMachineState to MachineState,
Philippe Mathieu-Daudé <=
- [RFC PATCH 03/15] device_tree: add qemu_fdt_setprop_string_array helper, Alex Bennée, 2020/11/05
- [RFC PATCH 04/15] hw/core: implement a guest-loader to support static hypervisor guests, Alex Bennée, 2020/11/05
- [RFC PATCH 06/15] docs: add some documentation for the guest-loader, Alex Bennée, 2020/11/05
- [RFC PATCH 02/15] hw/riscv: migrate fdt field to generic MachineState, Alex Bennée, 2020/11/05