You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upstream is still ironing out the interface for this, so an extended guest request in the kernel will not return any certificates at this time and Qemu did not incorporate the certificate related arguments. That should all be worked out soon, hopefully.
When I specified the
--certs
option withlaunch-qemu.sh
, it failed with the message:Invalid parameter: certs-path'.
I checked the
target/i386/sev.c
file in the snp-latest branch of AMDESE/qemu, but it doesn't seem to accept acerts-path
option.https://github.com/AMDESE/qemu/blob/snp-latest/target/i386/sev.c#L2410-L2430I think we probably need to apply the patch from this commit to the snp-latest branch.
The text was updated successfully, but these errors were encountered: