direct-io.hg
changeset 6507:2ea4790cbeaa
Revert ac8cae1f2c47ee72b670159be01684e84f7dcf12
author | adsharma@los-vmm.sc.intel.com |
---|---|
date | Fri Aug 12 09:24:05 2005 -0800 (2005-08-12) |
parents | c589ca6d292b |
children | 9413e453e83b |
files | tools/python/xen/xend/XendDomainInfo.py |
line diff
1.1 --- a/tools/python/xen/xend/XendDomainInfo.py Thu Aug 11 12:38:44 2005 -0800 1.2 +++ b/tools/python/xen/xend/XendDomainInfo.py Fri Aug 12 09:24:05 2005 -0800 1.3 @@ -743,8 +743,7 @@ class XendDomainInfo: 1.4 for ctrl in self.getDeviceControllers(): 1.5 ctrl.initController(reboot=True) 1.6 else: 1.7 - if self.image.ostype != 'vmx': 1.8 - self.create_configured_devices() 1.9 + self.create_configured_devices() 1.10 if not self.device_model_pid: 1.11 self.device_model_pid = self.image.createDeviceModel() 1.12 1.13 @@ -916,8 +915,7 @@ class XendDomainInfo: 1.14 """ 1.15 self.configure_fields() 1.16 self.create_devices() 1.17 - if self.image.ostype != 'vmx': 1.18 - self.create_blkif() 1.19 + self.create_blkif() 1.20 1.21 def create_blkif(self): 1.22 """Create the block device interface (blkif) for the vm.