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

platform: implement SvsmPlatform::is_external_interrupt for TDP. #601

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

msft-jlange
Copy link
Collaborator

The TDP platform must use APIC virtualization to check whether a given interrupt event originates from a hardware interrupt or a software interrupt. This change implements the logic to read the required state from the APIC.

@msft-jlange msft-jlange requested a review from peterfang January 23, 2025 21:37
The TDP platform must use APIC virtualization to check whether a given
interrupt event originates from a hardware interrupt or a software
interrupt.  This change implements the logic to read the required state
from the APIC.

Signed-off-by: Jon Lange <[email protected]>
@peterfang
Copy link
Contributor

Looks good to me, thanks!

@msft-jlange msft-jlange added the ready-to-merge PR is ready for merging into main branch label Jan 27, 2025
@joergroedel joergroedel merged commit 4c0159f into coconut-svsm:main Jan 28, 2025
4 checks passed
@msft-jlange msft-jlange deleted the tdp_intr branch January 28, 2025 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge PR is ready for merging into main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants