Hyper-V API: Plan9 shares feature#4723
Draft
xmkg wants to merge 331 commits intofeature/hyperv-api-backend-virtual-machinefrom
Draft
Hyper-V API: Plan9 shares feature#4723xmkg wants to merge 331 commits intofeature/hyperv-api-backend-virtual-machinefrom
xmkg wants to merge 331 commits intofeature/hyperv-api-backend-virtual-machinefrom
Conversation
Member
xmkg
commented
Mar 11, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## feature/hyperv-api-backend-virtual-machine #4723 +/- ##
=============================================================================
Coverage ? 87.53%
=============================================================================
Files ? 258
Lines ? 14143
Branches ? 0
=============================================================================
Hits ? 12379
Misses ? 1764
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4642fa0 to
3de21e5
Compare
6fcebbe to
fd2109f
Compare
to simplify the interaction between the smart pointers and the C API a lean out_ptr type is implemented based on P1132R6 paper, which is already accepted into the C++23 standard. - open_host_compute_system and create_host_compute system now uses the out_ptr to avoid creating a temporary raw pointer for the API calls.
- update one more location that has been missed
modify_compute_system is the generic function for doing runtime CS modification.
HcsPath is a std::filesystem::path wrapper for ensuring proper path formatting for the Host Compute System API.
Signed-off-by: Mustafa Kemal Gilor <mustafa.gilor@canonical.com>
Signed-off-by: Mustafa Kemal Gilor <mustafa.gilor@canonical.com>
Signed-off-by: Mustafa Kemal Gilor <mustafa.gilor@canonical.com>
Now the networks() call return vSwitches and links populated properly the prepare_networking() function works as intended and the custom net setup code is no longer necessary.
It'll be introduced in a separate branch.
Signed-off-by: Mustafa Kemal Gilor <mustafa.gilor@canonical.com>
7c75400 to
54ab42e
Compare
This reverts commit a3b92ff.
e573b14 to
8fed4a8
Compare
1c06572 to
af7732b
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.