[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Write the /local/domain/<domid>/vm node early in the startup process
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Node ID b8a2db59150a084e4e1a5a1cae660dbf7cc14c2d # Parent 42769ff008b5ac024db7c460a624d5092f82b3e4 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@xxxxxxxxxxxxx> --- tools/python/xen/xend/XendDomainInfo.py | 1 + 1 files changed, 1 insertion(+) diff -r 42769ff008b5 -r b8a2db59150a tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Wed Nov 08 18:27:31 2006 +0000 +++ b/tools/python/xen/xend/XendDomainInfo.py Wed Nov 08 18:29:16 2006 +0000 @@ -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 = { _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |