gramineproject / gramine-tdx

A library OS for Linux multi-process applications, with Intel TDX support (experimental)
GNU Lesser General Public License v3.0
19 stars 5 forks source link

[tools] Fix QEMU args in `gramine-vm.in` #35

Open dimakuv opened 4 months ago

dimakuv commented 4 months ago

Description of the changes

QEMU arguments changed a bit in v8.2.1 (used in Ubuntu 24.04). Adjust them in the gramine-tdx wrapper script.

@dimstav23 helped detecting these issues. Kudos to him.

How to test this PR?

Run gramine-tdx under Ubuntu 24.04 and QEMU 8.2.1.


This change is Reviewable