virtfw-efi-apps

Crates.iovirtfw-efi-apps
lib.rsvirtfw-efi-apps
version0.1.9
created_at2025-04-11 09:23:23.491906+00
updated_at2025-12-02 19:36:17.382227+00
descriptionefi applications, mostly for testing
homepage
repositoryhttps://gitlab.com/kraxel/virt-firmware-rs
max_upload_size
id1629543
size44,703
Gerd Hoffmann (kraxel)

documentation

README

efi applications, mostly for testing

Can be started via qemu-system-x86_64 -kernel ${app}.efi.

hello.efi

Print hello world.

netboot.efi

Application to boot HTTP images (typically UKI or ISO). Accepts an URL or a shortcut on the command line, goes update boot configuration to load this on next boot, resets the machine.

Known shortcuts:

fwcfg.efi

Print some qemu fwcfg info.

pciscan.efi

Scan and list pci devices.

debuglog.efi

Print OVMF memory debug log. Needs edk2-stable202508 or newer, and the DEBUG_TO_MEM OVMF build option being enabled.

Commit count: 828

cargo fmt