From: Ewan Mellor Date: Wed, 8 Nov 2006 18:29:16 +0000 (+0000) Subject: Write the /local/domain//vm node early in the startup process X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15567^2~45 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=218f1a9dc5977d1e8a11790c9571f745b5686308;p=xen.git Write the /local/domain//vm node early in the startup process (immediately after the domain is created). QEMU needs this in place when it starts up, in order to find the VNC password. Signed-off-by: Ewan Mellor --- diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index 1231db6dc8..03ca41660a 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -678,6 +678,7 @@ class XendDomainInfo: t.remove() t.mkdir() t.set_permissions({ 'dom' : self.domid }) + t.write('vm', self.vmpath) def _storeDomDetails(self): to_store = {