[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH][VT] Fix vnc configure problem for vmx guest
Fix vnc configure problem for vmx guest induced in 6984, Signed-off-by: Xiaofeng Ling <xiaofeng.ling@xxxxxxxxx> diff -r 10759a44ce3b tools/python/xen/xend/image.py --- a/tools/python/xen/xend/image.py Thu Sep 22 15:12:14 2005 +++ b/tools/python/xen/xend/image.py Fri Sep 23 00:33:50 2005 @@ -283,14 +283,12 @@ self.pid = 0 self.memmap_value = [] - self.dmargs += self.configVNC(imageConfig) - - def createImage(self): """Create a VM for the VMX environment. """ self.parseMemmap() self.createDomain() + self.dmargs += self.configVNC(self.vm.info['device']) def buildDomain(self): # Create an event channel ------------------- Ling Xiaofeng(Daniel) Open Source Technology Center Intel China Software Center iNet: 8-752-1243 8621-52574545-1243(O) xfling@xxxxxxxxxxxxxxxxxxxxx _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |