Open kimullaa opened 2 months ago
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.
Thank you for your response!
It seems misleading to include an option in launch-qemu.sh that always results in failure. Do you think it's ok since it's only temporary?
Probably just an oversight on our part.
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.