qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC 1/1] add support of `--initrd` for ELF-ARM kernels


From: Lankes, Stefan
Subject: Re: [RFC 1/1] add support of `--initrd` for ELF-ARM kernels
Date: Fri, 14 Apr 2023 12:34:03 +0000

> Am 14.04.2023 um 10:54 schrieb Alex Bennée <alex.bennee@linaro.org>:
> 

Hello Alex,

> 
> Where are these DTB nodes documented?

Yes, it is currently missing.

> 
> Also could you not achieve the same thing using the guest-loader which
> uses the multiboot spec and sets:
> 
>        const char *compat[2] = { "multiboot,module", "multiboot,ramdisk" };
>        if (qemu_fdt_setprop_string_array(fdt, node, "compatible",
>                                          (char **) &compat,
>                                          ARRAY_SIZE(compat)) < 0) {
>            error_setg(errp, "couldn't set %s/compatible", node);
>            return;
>        }
> 

Thanks for the hint. I will check it.

Cheers

Stefan

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]