[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH 02/15] hw/riscv: migrate fdt field to generic MachineStat
From: |
Alex Bennée |
Subject: |
Re: [RFC PATCH 02/15] hw/riscv: migrate fdt field to generic MachineState |
Date: |
Fri, 06 Nov 2020 10:21:01 +0000 |
User-agent: |
mu4e 1.5.6; emacs 28.0.50 |
Bin Meng <bmeng.cn@gmail.com> writes:
> On Fri, Nov 6, 2020 at 1:57 AM Alex Bennée <alex.bennee@linaro.org> wrote:
>>
>> This is a mechanical change to make the fdt available through
>> MachineState.
>>
>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>> Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
>> Message-Id: <20201021170842.25762-3-alex.bennee@linaro.org>
>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>> ---
>> include/hw/riscv/virt.h | 1 -
>> hw/riscv/virt.c | 20 ++++++++++----------
>> 2 files changed, 10 insertions(+), 11 deletions(-)
>
> What about the 'sifive_u' and 'spike' machines?
If they support direct -kernel loading then we could certainly do the
same for them.
>
> Regards,
> Bin
--
Alex Bennée
- Re: [RFC PATCH 01/15] hw/board: promote fdt from ARM VirtMachineState to MachineState, (continued)
- [RFC PATCH 05/15] docs: move generic-loader documentation into the main manual, Alex Bennée, 2020/11/05
- [RFC PATCH 08/15] meson.build: fix building of Xen support for aarch64, Alex Bennée, 2020/11/05
- [RFC PATCH 10/15] meson.build: clean-up summary reporting of XEN and it's features, Alex Bennée, 2020/11/05
- [RFC PATCH 09/15] meson.build: introduce CONFIG_XEN_HVM flag, Alex Bennée, 2020/11/05
- [RFC PATCH 07/15] accel/meson: you only need accelerator stubs for softmmu builds, Alex Bennée, 2020/11/05