On 12.02.2026 17:21, Oleksii Kurochko wrote: > Introduce support for loading a Linux zImage kernel on RISC-V.
Before I look here in any detail - where would a zImage come from? I can't spot any support for it in Linux'es arch/riscv/Makefile (whereas arch/arm/Makefile has such). > Note that if panic() is used instead of returning an error as common code > doesn't expect to have return code and it is something that should be > done separately. Is the "if" in this sentence a leftover from some editing of earlier different text? I can't make sense of it. Also, which "common code" do you mean? kernel_zimage_probe()'s sole caller does respect the return value (handing it on). > This prepares the RISC-V port for booting Linux guests using the common > domain build infrastructure. Again, what's "common" here? Not something x86 uses, afaict. Jan
