MCPcopy
hub / github.com/retspen/webvirtcloud / is_kvm_supported

Method is_kvm_supported

vrtManager/connection.py:355–357  ·  view source on GitHub ↗

Return KVM capabilities.

(self)

Source from the content-addressed store, hash-verified

353 return self.wvm.getCapabilities()
354
355 def is_kvm_supported(self):
356 """Return KVM capabilities."""
357 return util.is_kvm_available(self.get_cap_xml())
358
359 def get_storages(self):
360 storages = []

Callers 1

create_instanceMethod · 0.80

Calls 1

get_cap_xmlMethod · 0.95

Tested by

no test coverage detected