Is your feature request related to a problem? Please describe.
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.
Describe the solution you'd like
A new virt.all_capabilities call would do all of this in just one call.
Is your feature request related to a problem? Please describe.
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 callingvirt.domain_capabilitiesfor each of them.Describe the solution you'd like
A new
virt.all_capabilitiescall would do all of this in just one call.