コード例 #1
0
ファイル: pciif.py プロジェクト: CrazyXen/XEN_CODE
 def __init__(self, vm):
     self.aerStateWatch = None
     DevController.__init__(self, vm)
コード例 #2
0
 def __init__(self, vm):
     DevController.__init__(self, vm)
コード例 #3
0
ファイル: bfsif.py プロジェクト: bjzhang/xen_arm_pv
 def __init__(self, vm):
     DevController.__init__(self, vm)
     self.hotplug = False
コード例 #4
0
ファイル: tpmif.py プロジェクト: andreiw/xen3-arm-tegra
 def __init__(self, vm):
     DevController.__init__(self, vm)
コード例 #5
0
 def __init__(self, vm):
     """Create a VSCSI Devices.
     """
     DevController.__init__(self, vm)
コード例 #6
0
ファイル: blkif.py プロジェクト: bjzhang/xen_arm_pv
 def __init__(self, vm):
     """Create a block device controller.
     """
     DevController.__init__(self, vm)
コード例 #7
0
 def __init__(self, vm):
     self.aerStateWatch = None
     DevController.__init__(self, vm)
コード例 #8
0
 def __init__(self, vm):
     DevController.__init__(self, vm)
     self.hotplug = False
コード例 #9
0
ファイル: vscsiif.py プロジェクト: jeffchao/xen-3.3-tcg
 def __init__(self, vm):
     """Create a VSCSI Devices.
     """
     DevController.__init__(self, vm)
コード例 #10
0
ファイル: fbif.py プロジェクト: andreiw/xen3-arm-tegra
 def __init__(self, vm):
     """Create a keypad device controller.
     """
     DevController.__init__(self, vm)
コード例 #11
0
ファイル: kppif.py プロジェクト: bjzhang/xen_arm_pv
 def __init__(self, vm):
     """Create a keypad device controller.
     """
     DevController.__init__(self, vm)