예제 #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
 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)
 def __init__(self, vm):
     DevController.__init__(self, vm)
     self.hotplug = False
예제 #9
0
 def __init__(self, vm):
     """Create a VSCSI Devices.
     """
     DevController.__init__(self, vm)
예제 #10
0
 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)