]> git.proxmox.com Git - mirror_qemu.git/commit
hw/core: loader: Set is_linux to true for VxWorks uImage
authorBin Meng <bin.meng@windriver.com>
Thu, 24 Mar 2022 13:48:12 +0000 (21:48 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Tue, 24 May 2022 00:38:50 +0000 (10:38 +1000)
commit8fe63fe8e512d77583d6798acd2164f1fa1e40ab
treee4c22259d89d1d6359c093f200021716b1f99167
parentd616889ece83d006ff630c72eb5bb38ad3b86645
hw/core: loader: Set is_linux to true for VxWorks uImage

VxWorks 7 uses the same boot interface as the Linux kernel on Arm
(64-bit only), PowerPC and RISC-V architectures. Add logic to set
is_linux to true for VxWorks uImage for these architectures in
load_uboot_image().

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20220324134812.541274-2-bmeng.cn@gmail.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
hw/core/loader.c