|   | 
      | 
  
  
      | 
      | 
  
 
     | 
    | 
  
  
     | 
    | 
  
  
    |   | 
      | 
  
  
    | 
         
xen-changelog
[Xen-changelog] Fix the DISPLAY configration that breaks vmx domain	crea
 
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID a48ac90f99f19797742b370631d7763d74e1b9b8
# Parent  f1b6dd997716d28ea40d201450c1d29c80eb58fc
Fix the DISPLAY configration that breaks vmx domain creation with SDL
on vncserver or remote X. Changeset 7547 added a test of
opts.vals.display when getenv("DISPLAY"); because there is a default
value:localhost:0, that causes the test always to be true.
Signed-off-by: Xiaofeng Ling <xiaofeng.ling@xxxxxxxxx>
diff -r f1b6dd997716 -r a48ac90f99f1 tools/python/xen/xm/create.py
--- a/tools/python/xen/xm/create.py     Tue Nov  1 09:28:41 2005
+++ b/tools/python/xen/xm/create.py     Tue Nov  1 09:31:25 2005
@@ -376,7 +376,7 @@
           use="""Should the device model use SDL?""")
 
 gopts.var('display', val='DISPLAY',
-          fn=set_value, default='localhost:0',
+          fn=set_value, default=None,
           use="X11 display to use")
 
 
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
 |   
 
| <Prev in Thread] | 
Current Thread | 
[Next in Thread> |  
- [Xen-changelog] Fix the DISPLAY configration that breaks vmx domain	creation with SDL,
Xen patchbot -unstable <=
  
 |  
  
| Previous by Date:  | 
[Xen-changelog] Add get_cycles(), to be defined in asm/time.h, as a, Xen patchbot -unstable | 
 
| Next by Date:  | 
[Xen-changelog] There is an error in xenstat,	such that a wild pointer is being, Xen patchbot -unstable | 
 
| Previous by Thread:  | 
[Xen-changelog] Add get_cycles(), to be defined in asm/time.h, as a, Xen patchbot -unstable | 
 
| Next by Thread:  | 
[Xen-changelog] There is an error in xenstat,	such that a wild pointer is being, Xen patchbot -unstable | 
 
| Indexes:  | 
[Date]
[Thread]
[Top]
[All Lists] | 
 
 
 
 | 
    | 
  
  
    |   | 
    |