hw/openrisc: Support monitor dumpdtb command
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 6 Feb 2025 15:12:10 +0000 (15:12 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 24 Feb 2025 15:03:42 +0000 (15:03 +0000)
commit3c25f487bc0672bf13473f4a7235c3ef592c954c
tree2871e85005595c9977e9efafe5d86be0aeed4214
parentcacf4cb2516aa4de94aa80fecb08be4dafa5ed44
hw/openrisc: Support monitor dumpdtb command

The openrisc machines don't set MachineState::fdt to point to their
DTB blob.  This means that although the command line '-machine
dumpdtb=file.dtb' option works, the equivalent QMP and HMP monitor
commands do not, but instead produce the error "This machine doesn't
have a FDT".

Set MachineState::fdt in openrisc_load_fdt(), when we write it to
guest memory.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20250206151214.2947842-3-peter.maydell@linaro.org
hw/openrisc/boot.c
hw/openrisc/openrisc_sim.c
hw/openrisc/virt.c
include/hw/openrisc/boot.h