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: Sat, 15 Apr 2023 07:51:10 +0000

Hello Alex,


> 
> 
>> Am 14.04.2023 um 10:54 schrieb Alex Bennée <alex.bennee@linaro.org>:
>> 
>> 
>> 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.
> 

I check it and it works fine for me. Consequently, you can ignore this RFC.

I was confused that the flag `—initrd` is available and not used.

Cheers

Stefan


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


reply via email to

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