Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement EFI host creation #134

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Implement EFI host creation #134

wants to merge 2 commits into from

Conversation

ekohl
Copy link
Contributor

@ekohl ekohl commented Dec 20, 2023

This implements EFI host creation by specifying the os_firmware attribute to be efi. It's also possible to set the os_loader attribute to secure (for UEFI secure boot) or stateless (for AMD SEV). Both secure and stateless imply the os_firmware to be efi.

It includes #132 because the secure boot loader creates NVRAM and otherwise you wouldn't be able to delete those machines.

Only minimal testing on Fedora 38 has been done, but I can create VMs and have them boot up.

Fixes #128

@ekohl
Copy link
Contributor Author

ekohl commented Dec 21, 2023

I really don't like the RuboCop style rules that are set up ...

This implements EFI host creation by specifying the os_firmware
attribute to be efi. It's also possible to set the os_loader attribute
to secure (for UEFI secure boot) or stateless (for AMD SEV). Both secure
and stateless imply the os_firmware to be efi.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No ability to create libvirt KVM virtual machine instances with uefi support
1 participant