How to get appropriate QEMU fit for gramine-tdx? #50
Boo-seon-woong
started this conversation in
General
Replies: 1 comment
-
Hi! For Gramine-TDX you typically need a TDX-enabled QEMU build. The easiest way is to follow Canonical’s host setup guide and run the helper script, which installs QEMU, libvirt, and OVMF from the TDX Release PPA. You can check this script for more detail. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
#14
/usr/bin/qemu-system-x86_64 -no-reboot -name debug-threads=on -enable-kvm -smp 1,sockets=1 -object tdx-guest,id=tdx -machine q35,accel=kvm,kernel_irqchip=split,confidential-guest-support=tdx -no-hpet -cpu host,host-phys-bits,+invtsc -m 2G -nographic -vga none -bios target/release/final-elf.bin
I've already checked those build instruction in that link and at the last commandline I realized that it require QEMU which support the tdx. I tried to find QEMU version which could fit for tdx project but couldn't find it. Maybe it is just my confusion but the newest QEMU master branch and 10.1 version was unable to launch TDX VM. So, could you let me know which version of QEMU did you use for this project and how do I able to get it? Thank you for reading.
Beta Was this translation helpful? Give feedback.
All reactions