Skip to content
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

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

Open
wants to merge 1 commit into
base: intel_tdx
Choose a base branch
from

Conversation

dimakuv
Copy link
Contributor

@dimakuv dimakuv commented Jul 16, 2024

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

Copy link
Contributor Author

@dimakuv dimakuv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion


tools/gramine-vm.in line 103 at r1 (raw file):

else
QEMU_MACHINE="-M q35,kernel_irqchip=split,confidential-guest-support=tdx \
    -object tdx-guest,id=tdx"

Blocking on this, until re-add with the new name quote-generation-socket and test.

See intel-staging/qemu-tdx@1f0e164

@dimakuv dimakuv force-pushed the dimakuv/fix-for-ubuntu2404 branch from 8bd78b0 to 3e35814 Compare July 19, 2024 08:47
QEMU arguments changed a bit in v8.2.1 (used in Ubuntu 24.04). Adjust
them in the `gramine-tdx` wrapper script.

Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
@dimakuv dimakuv force-pushed the dimakuv/fix-for-ubuntu2404 branch from 3e35814 to 044937e Compare July 19, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant