Advertise flr support#13
Open
gurasinghMS wants to merge 33 commits intomainfrom
Open
Conversation
2919774 to
8c2141e
Compare
- Add PCI Express capability ID to pci_core spec - Implement PciExpressCapability with FLR support in pci_core - Add FlrHandler trait for handling FLR events - Add flr_support flag to NvmeControllerCaps and NvmeControllerHandle - Wire FLR capability to NvmeController when enabled - Implement FLR reset logic using atomic flag mechanism - Add comprehensive unit tests for FLR functionality - Update nvme_resources to include FLR configuration option Co-authored-by: mattkur <13772048+mattkur@users.noreply.github.com>
…eing isolated to the pcie flr testing
…king mut variables
…ion Pr is checked in
…crosoft#1917) Adds the FaultConfiguration type to the `NvmeFaultControllerHandler` and passes through the configuration upon `resolve()`. This should allow writing vmm tests with a configured fault.
…FaultController (microsoft#1922) This PR will add a fault functionality while changing the cc enable bit of the nvme fault controller
…vme emulator (microsoft#1955) Expand the command matching functionality of the nvme_test crate. The current approach of using opcodes needs to be expanded to accommodate for sub-code matching for commands such as IDENTIFY. Some commands use the cdw10 codes to specify the sub-type (CONTROLLER, NAMESPACE, etc). `CommandMatch` and `CommandMatchBuilder` provide functionality to easily build a match-able command that can be specified at test time. Current implementation is fenced to just match cdw0 and cdw10 bits however, this functionality can easily be expanded upon in the future. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
64157b8 to
2a24d9d
Compare
… avoid saying that the FLR bit is self-clearing
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.
No description provided.