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

Add TPM 2.0 and Secure Boot support #5464

Merged
merged 13 commits into from
Jul 14, 2023
Merged

Add TPM 2.0 and Secure Boot support #5464

merged 13 commits into from
Jul 14, 2023

Conversation

osy
Copy link
Contributor

@osy osy commented Jul 14, 2023

Closes #3082

osy added 13 commits July 12, 2023 23:18
When we use AF_UNIX, the path has a maximum length of 104 characters. In the
past, we dependend on buggy behaviour that truncates the path length and both
QEMU and SPICE used the truncated path as the destination. This can result in
collisions between different VMs as well as other issues.

Now, we change the current working directory to where the AF_UNIX socket file
will reside and use relative addresses for both processes.
Also add patched secure boot variants.
This is the only TPM 2.0 device recognized by Windows 11.
@osy osy added this to the v4.3 milestone Jul 14, 2023
@osy osy merged commit 7e88e99 into main Jul 14, 2023
31 of 37 checks passed
@osy osy deleted the feature/tpm branch July 14, 2023 20:53
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.

TPM module emulation
1 participant