projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c22f6e2
)
xend: Fix typo _gatherDom -> gatherDom.
author
Keir Fraser
<keir.fraser@citrix.com>
Thu, 9 Oct 2008 09:06:50 +0000
(10:06 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Thu, 9 Oct 2008 09:06:50 +0000
(10:06 +0100)
Signed-off-by: Jim Fehlig <jfehlig@novell.com>
tools/python/xen/xend/image.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/image.py
b/tools/python/xen/xend/image.py
index dd5e83fd8e9552e24552ac9aad579908b38a25c3..4690c93aa333c3f8ffbf4730ea1ae1a06c6422d3 100644
(file)
--- a/
tools/python/xen/xend/image.py
+++ b/
tools/python/xen/xend/image.py
@@
-502,7
+502,7
@@
class ImageHandler:
if fifo_fd >= 0:
self._openSentinel(sentinel_path_fifo)
os.close(fifo_fd)
- self.pid = self.vm.
_
gatherDom(('image/device-model-pid', int))
+ self.pid = self.vm.gatherDom(('image/device-model-pid', int))
log.debug("%s device model rediscovered, pid %s sentinel fifo %s",
name, self.pid, sentinel_path_fifo)
self.sentinel_thread = thread.start_new_thread(self._sentinel_watch,())