direct-io.hg
changeset 2545:de88814afd44
bitkeeper revision 1.1159.1.175 (415445ceydjmiY9bcerArlIlTqqZvQ)
Put configuring the console port back where it belonged.
Put configuring the console port back where it belonged.
author | mjw@wray-m-3.hpl.hp.com |
---|---|
date | Fri Sep 24 16:05:34 2004 +0000 (2004-09-24) |
parents | 0f827b0e0801 |
children | 1bd15a9e5016 |
files | tools/python/xen/xend/XendDomainInfo.py |
line diff
1.1 --- a/tools/python/xen/xend/XendDomainInfo.py Fri Sep 24 15:47:00 2004 +0000 1.2 +++ b/tools/python/xen/xend/XendDomainInfo.py Fri Sep 24 16:05:34 2004 +0000 1.3 @@ -500,8 +500,8 @@ class XendDomainInfo: 1.4 raise VmError('missing memory size') 1.5 1.6 self.init_domain() 1.7 + self.configure_console() 1.8 self.construct_image() 1.9 - self.configure_console() 1.10 self.configure_restart() 1.11 self.configure_backends() 1.12 deferred = self.configure()