Akira Moroo
Akira Moroo
@rbradford Sure! I created #356.
I'm trying to make a relocatable UEFI runtime services https://github.com/retrage/rust-hypervisor-firmware/tree/relocatable-efi-runtime to provide a UEFI variable service after ExitBootServices() is called. This should fix the rootfs not found issue.
It requires to use custom linker scripts and settings because it’s not a standard user space program. I’m not familiar with cargo-auditable, but it seems to add a custom ELF...
https://github.com/NixOS/nixpkgs/pull/228106#discussion_r1186019882 I see. The problem is that the hard-coded ld.lld in the build script. Please create a small PR to replace it without breaking current CI.
@rbradford I prefer to use the merge queue approach, because we can detect a breaking change for the Windows guest boot before merging to the main branch. I'll create a...
@jongwu I do not understand why direct boot is needed. When a kernel image is specified by VMM arguments, the image is loaded directly into the guest memory and sets...
@rbradford I still don't understand the motivation, but it's worth to merge to the main branch if Confidential Computing really needs this feature.