virtfw-efi-apps

Crates.iovirtfw-efi-apps
lib.rsvirtfw-efi-apps
version0.1.5
created_at2025-04-11 09:23:23.491906+00
updated_at2025-08-06 11:50:32.125112+00
descriptionefi applications, mostly for testing
homepage
repositoryhttps://gitlab.com/kraxel/virt-firmware-rs
max_upload_size
id1629543
size47,602
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 on the command line, goes update boot configuration to load this on next boot, resets the machine.

fwcfg.efi

Print some qemu fwcfg info.

pciscan.efi

Scan and list pci devices.

Commit count: 374

cargo fmt