[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] [XEND] Fix missing serial and localtime args in device model for HVM



# HG changeset patch
# User Alastair Tse <atse@xxxxxxxxxxxxx>
# Node ID c032103da1012b33fb42f9c35615bc9d3926a8ed
# Parent  e6b4dc82b1e33dcdf6d843242247ea312266dfdd
[XEND] Fix missing serial and localtime args in device model for HVM

Signed-off-by: Alastair Tse <atse@xxxxxxxxxxxxx>
---
 tools/python/xen/xend/XendConfig.py |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff -r e6b4dc82b1e3 -r c032103da101 tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py       Fri Dec 01 09:59:56 2006 +0000
+++ b/tools/python/xen/xend/XendConfig.py       Fri Dec 01 10:47:57 2006 +0000
@@ -186,19 +186,21 @@ LEGACY_IMAGE_HVM_CFG = [
     ('pae', int),
     ('apic', int),
     ('acpi', int),
-    ('serial', str),
 ]
 
 LEGACY_IMAGE_HVM_DEVICES_CFG = [
+    ('acpi', int),    
     ('boot', str),
     ('fda', str),
     ('fdb', str),
+    ('isa', str),
+    ('keymap', str),    
+    ('localtime', str),    
+    ('serial', str),    
     ('soundhw', str),
-    ('isa', str),
+    ('usb', str),
+    ('usbdevice', str),    
     ('vcpus', int),
-    ('acpi', int),
-    ('usb', str),
-    ('usbdevice', str),
 ]
 
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.