-
Notifications
You must be signed in to change notification settings - Fork 54
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
Issue on the 'qemu-tdx' attestation variant #2949
Comments
I would expect that this is an issue with the command line parameters that qemu is started with. Maybe you can detect a misconfiguration by looking at the libvirt logs in /var/log/libvirt/qemu/$vmname.log? The error message makes it sound like an issue with loading the TDVF, so the issue is likely somewhere between libvirt and qemu. |
The log looks like this after changing the logfilter of libvirt to 'debug', but i don't see any hint related to that:
|
Issue description
There's already QEMU TDX code within Constellation to support the qemu-tdx attestation variant. After enable them in the source code and leverage the local Libvirt/QEMU(already have TDX support) to bootstrap constellation, i met an error like this:
However, this OVMF could boot up TDs successfully in my local environment. Would there be cases that i misconfigure the constellation-conf.yaml or something within terraform files? Any hint?
Steps to reproduce the behavior
No response
Version
No response
Constellation Config
Configurations used:
The text was updated successfully, but these errors were encountered: