mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-05 19:29:40 +00:00
b8b5dccfd8
Implemented an architecture specific function for loading UEFI binary. Changed the logic of loading kernel image: 1. First try to load the image as kernel in PE format; 2. If failed, try again to load it as formatless UEFI binary. Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>