qemu

Attribute Macro qemu 

Source
#[qemu]
Expand description

Attribute macro applied to a function to run it on QEMU.

This attribute will move the function body into efi_main to run it on QEMU. Which mean you must put everything that are needed within this function.