QemuQ35,QemuSbsa: Update for 202511#1329
Merged
apop5 merged 6 commits intomicrosoft:mainfrom Mar 11, 2026
Merged
Conversation
os-d
approved these changes
Feb 25, 2026
789cab1 to
d726463
Compare
5797bd6 to
d578fc0
Compare
kuqin12
reviewed
Mar 7, 2026
7733438 to
ba279ca
Compare
Member
|
@apop5, I'm interested in looking through this before it completes. Is the current PR state final or close to final? |
Contributor
Author
makubacki
approved these changes
Mar 9, 2026
Member
|
"Impacts functionality" should be selected. |
ba279ca to
e2dbac8
Compare
Update all the instances of __FUNCTION__to __func__ to match Edk2 coding style changes.
Remove the C based Secure Parition. Preperations are underway to move the functionality to a rust based implementation, including deprecation of libraries which were required for the C based solution. Functionality will be integrated once it is available. Will not affect unmodified Sbsa implementations as TPM is not enabled without additonal platform modifications.
5b4b81f to
4ab06bf
Compare
Removed ClangPdb builds as part of VS Platform build. ClangPdb workflows need to be reworked to include Sbsa, so the first part is removing this from current build pipeline.
4ab06bf to
4bfd83f
Compare
QemuSbsa, when passed command line build DXE_DBG_BRK, would not enable the debugger. Add the functionality to force enable debugger in dxecore when the option is passed.
Auto-approve and auto-merge are no longer used due to changes in github policies. Remove the workflow files to prevent continued dependabot updates for the files.
4bfd83f to
d84306a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Changes for 202511
How This Was Tested
Booting Q35, Sbsa to OS.
Integration Instructions
No integration necessary.