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

Replace LapicState's three bools with the enum they represent #470

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

smalis-msft
Copy link
Contributor

@smalis-msft smalis-msft commented Dec 12, 2024

This cleans up some weirdness around things like "can you be idle and halted at the same time?". This needs some very careful review, as it does change some state transitions slightly.

@smalis-msft smalis-msft requested a review from a team as a code owner December 12, 2024 20:53
@smalis-msft smalis-msft merged commit fd89009 into microsoft:main Dec 18, 2024
25 checks passed
@smalis-msft smalis-msft deleted the three-bools-too-many branch December 18, 2024 18:28
jaredwhitedev added a commit that referenced this pull request Jan 7, 2025
…t offloading (#616)

flowey: Remove kernel version from step name
CP from (#617)
No changes.

Update OHCL kernel to 6.6.63.1
CP from (#568)
YAML change in original commit ignored. No other changes.

TDX: Add support for kernel interrupt offloading
CP from (#124)
Changed to use `LapicState`'s `halted`, `idle`, `startup_suspend` fields
instead of the `MpState` enum, as (#470) is not present in this branch.

---------

Co-authored-by: Ben Hillis <[email protected]>
Co-authored-by: Ben Hillis <[email protected]>
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.

2 participants