Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
7b21eec
Ran xtask fmt fix
gurasinghMS Aug 22, 2025
b0b7109
Fixing build issues
gurasinghMS Aug 22, 2025
3c02e17
Initial plan
Copilot Jul 18, 2025
3c19bec
Add Function Level Reset (FLR) support to NVMe emulator
Copilot Jul 18, 2025
1cca506
Initial plan
Copilot Jul 18, 2025
14a5a7a
Initial plan
Copilot Jul 18, 2025
530058e
Initial plan
Copilot Jul 18, 2025
5132157
Moved the flr logic to the nvme fault controller instead of the actua…
gurasinghMS Aug 13, 2025
d13c160
Moving FLR logic to happen after a CFG write
gurasinghMS Aug 13, 2025
1ce07fd
Rebasing to the Fault builder model style of fault injection
gurasinghMS Aug 23, 2025
ba5fe14
Added the find_pci_capability method as a test helper instead of it b…
gurasinghMS Aug 14, 2025
02a2b7e
Fixing build issues
gurasinghMS Aug 14, 2025
e5bb73b
Small changes based on comments. Using builder notation instead of ma…
gurasinghMS Aug 19, 2025
4f57f03
Pausing work
gurasinghMS Aug 22, 2025
8ece4b3
Pausing work again. This will be completed after the Fault Configurat…
gurasinghMS Aug 22, 2025
b908990
Fixing build issues
gurasinghMS Aug 23, 2025
d82fd13
Responding to comments and build errors
gurasinghMS Aug 24, 2025
2ec8554
Finished the merge and related changes. Back up to speed with the mai…
gurasinghMS Aug 25, 2025
eff125f
nvme_test: Add FaultConfiguration to the fault controller handler (#1…
gurasinghMS Aug 26, 2025
40ddc20
nvme_test: cc.enable() delay capability during servicing for the Nvme…
gurasinghMS Aug 29, 2025
e7c5db7
nvme_test: add better command matching when injecting faults in the n…
gurasinghMS Sep 4, 2025
2a24d9d
Squashed commits
gurasinghMS Sep 9, 2025
8f273a1
Remove unecessary changes for FLR support
gurasinghMS Sep 9, 2025
a6a27a8
Unused imports removed
gurasinghMS Sep 9, 2025
5492066
Merge branch 'main' into advertise_flr_support
gurasinghMS Sep 9, 2025
574b991
Fixing clippy issues
gurasinghMS Sep 10, 2025
56065d0
Merge branch 'main' into advertise_flr_support
gurasinghMS Sep 10, 2025
943cd93
repo: Fix lints for Rust 1.90 (#2020)
smalis-msft Sep 18, 2025
a7258a2
CI: Update to Rust 1.90 (#2022)
smalis-msft Sep 18, 2025
42fa743
nvme_test: update shadow doorbell handling to mirror nvme crate (#2007)
Copilot Sep 18, 2025
7e03d6e
vmm_tests: moved keepalive test with uefi (#2013)
gurasinghMS Sep 18, 2025
56066ed
Revert "ci: disable hyperv arm tests" (#2023)
tjones60 Sep 18, 2025
8cc8c3c
Merge branch 'main' into advertise_flr_support
gurasinghMS Sep 19, 2025
bc8ff75
Now waiting 100ms before accessing the device again, fixed wording to…
gurasinghMS Sep 19, 2025
d86cd39
Minor fix for wording
gurasinghMS Sep 19, 2025
6a8b486
Add num_pkts_coalesced counter to track when packets are coalesced (#…
yuqiong6 Sep 19, 2025
059053f
Merge branch 'main' into advertise_flr_support
gurasinghMS Sep 19, 2025
730bbd9
acpi_spec: add MCFG definitions and parsing (#1985)
jackschefer-msft Sep 19, 2025
656a3e6
acpi: Add SSDT generation for PCIe, refactoring DSDT generation (#1984)
jackschefer-msft Sep 19, 2025
7d2abf5
Merge branch 'main' into advertise_flr_support
gurasinghMS Sep 19, 2025
feb1fd8
Fix formatting issues
gurasinghMS Sep 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 48 additions & 48 deletions .github/workflows/openvmm-ci.yaml

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions .github/workflows/openvmm-docs-ci.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions .github/workflows/openvmm-docs-pr.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading