mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
On aarch64 and RISC-V, calling load_firmware() through load_kernel() provides no benefit and only duplicates checks already performed in load_payload(). load_payload() now directly invokes load_firmware() or load_kernel(), removing unnecessary indirection and redundancy. Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com