direct-io.hg
changeset 12312:b8a2db59150a
Write the /local/domain/<domid>/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 <ewan@xensource.com>
(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 <ewan@xensource.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Wed Nov 08 18:29:16 2006 +0000 (2006-11-08) |
parents | 42769ff008b5 |
children | eea9247ad5a0 33ae8ae8693c |
files | tools/python/xen/xend/XendDomainInfo.py |
line diff
1.1 --- a/tools/python/xen/xend/XendDomainInfo.py Wed Nov 08 18:27:31 2006 +0000 1.2 +++ b/tools/python/xen/xend/XendDomainInfo.py Wed Nov 08 18:29:16 2006 +0000 1.3 @@ -678,6 +678,7 @@ class XendDomainInfo: 1.4 t.remove() 1.5 t.mkdir() 1.6 t.set_permissions({ 'dom' : self.domid }) 1.7 + t.write('vm', self.vmpath) 1.8 1.9 def _storeDomDetails(self): 1.10 to_store = {