Checklist: The changes update boot configuration scripts for QEMU systems. In the ARM64 boot script, the command that loads the kernel image has been modified. Instead of using the static path/vmlinuz, the scrip
Add support for the EFI_RNG_PROTOCOL routines for the qemu arm64 platform. EFI_RNG_PROTOCOL is an uefi boottime service which is invoked by the efi stub in the kernel for getting random seed for kaslr. The routines are platform specific, and use the virtio-rng device on the platform to...