Hello Alex,

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