MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / Hypervisor

Class Hypervisor

Python-Bridge/Python-Bridge.py:623–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621 return status, bytes_written
622
623 class Hypervisor:
624 def __init__(self, kb):
625 self.__kb = kb
626
627 def vmm_enable(self):
628 return self.__kb.KbVmmEnable()
629
630 def vmm_disable(self):
631 return self.__kb.KbVmmDisable()
632
633 class Stuff:
634 def __init__(self, kb):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected