ia64/xen-unstable
changeset 12750:dd857b2e2bca
[XEND] Fix missing vncpasswd option for HVM domains.
Signed-off-by: Alastair Tse <atse@xensource.com>
Signed-off-by: Alastair Tse <atse@xensource.com>
author | Alastair Tse <atse@xensource.com> |
---|---|
date | Fri Dec 01 14:35:33 2006 +0000 (2006-12-01) |
parents | d7c040643850 |
children | 1e6f9222a1e1 |
files | tools/python/xen/xend/XendConfig.py |
line diff
1.1 --- a/tools/python/xen/xend/XendConfig.py Fri Dec 01 14:30:42 2006 +0000 1.2 +++ b/tools/python/xen/xend/XendConfig.py Fri Dec 01 14:35:33 2006 +0000 1.3 @@ -196,6 +196,7 @@ LEGACY_IMAGE_CFG = [ 1.4 ('sdl', int), 1.5 ('vncdisplay', int), 1.6 ('vncunused', int), 1.7 + ('vncpasswd', str), 1.8 ] 1.9 1.10 LEGACY_IMAGE_HVM_CFG = [