# HG changeset patch # User mjw@wray-m-3.hpl.hp.com # Date 1096041934 0 # Node ID de88814afd44e88e77456e9264341ffbb50e2a21 # Parent 0f827b0e0801ee326718325f7278ed5dc5349c61 bitkeeper revision 1.1159.1.175 (415445ceydjmiY9bcerArlIlTqqZvQ) Put configuring the console port back where it belonged. diff -r 0f827b0e0801 -r de88814afd44 tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Fri Sep 24 15:47:00 2004 +0000 +++ b/tools/python/xen/xend/XendDomainInfo.py Fri Sep 24 16:05:34 2004 +0000 @@ -500,8 +500,8 @@ class XendDomainInfo: raise VmError('missing memory size') self.init_domain() + self.configure_console() self.construct_image() - self.configure_console() self.configure_restart() self.configure_backends() deferred = self.configure()