]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/riscv: Widen OpenSBI dynamic info struct
authorAnton Johansson <anjo@rev.ng>
Mon, 27 Oct 2025 12:35:12 +0000 (13:35 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 28 Oct 2025 07:19:18 +0000 (08:19 +0100)
commit7dbe2d7df094aa8af2d8fcdf08fccce70b1ca5bc
tree3442a6b2e32d95ff73275df61e4b3b5f22fd9a39
parentf64cc60cfbff70edc7ee850f29f2e82c21a19ba3
hw/riscv: Widen OpenSBI dynamic info struct

Since fw_dynamic_info is only used for non 32 bit targets, target_long
is int64_t anyway.  Rename struct to fw_dynamic_info64 and use int64_t.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20251027-feature-single-binary-hw-v1-v2-3-44478d589ae9@rev.ng>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/riscv/boot.c
include/hw/riscv/boot_opensbi.h