WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH][VT] Fix vnc configure problem for vmx guest

To: "xen-devel List" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH][VT] Fix vnc configure problem for vmx guest
From: "Ling, Xiaofeng" <xiaofeng.ling@xxxxxxxxx>
Date: Fri, 23 Sep 2005 08:31:39 +0800
Delivery-date: Fri, 23 Sep 2005 00:29:26 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcW/lGi7mlBDpU2jR22RR8F9Q9ThWQ==
Thread-topic: [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