Master port of #50109#57010
Merged
Merged
Conversation
In order to get all possible capabilities from a host, the user has to call virt.capabilities, and then loop over the guests and domains before calling virt.domain_capabilities for each of them. This commit embeds all this logic to get them all in a single virt.all_capabilities call.
cbosdo
force-pushed
the
50109-master-port
branch
from
April 30, 2020 15:26
8ed6a69 to
c6f4aa6
Compare
Contributor
|
Looks like a test failed on ubuntu 20.04. I restarted the test to see if it was just flacky... though it seems unrelated to the changes here. You may need to rebase. |
twangboy
approved these changes
Apr 30, 2020
dwoz
approved these changes
May 1, 2020
Contributor
|
@frogunder Maybe it makes sense to run |
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.
What does this PR do?
Master port of the missing commit from PR #50109
What issues does this PR fix or reference?
Fixes: #57009
Merge requirements satisfied?
Commits signed with GPG?
Yes