projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63193f3
)
xend: fix LinuxImageHandler debugging output
author
Keir Fraser
<keir.fraser@citrix.com>
Wed, 27 Aug 2008 08:47:08 +0000
(09:47 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Wed, 27 Aug 2008 08:47:08 +0000
(09:47 +0100)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.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 1add9875283596f9e479f5e4651b6e1658f52ae4..4690c93aa333c3f8ffbf4730ea1ae1a06c6422d3 100644
(file)
--- a/
tools/python/xen/xend/image.py
+++ b/
tools/python/xen/xend/image.py
@@
-637,8
+637,9
@@
class LinuxImageHandler(ImageHandler):
log.debug("ramdisk = %s", self.ramdisk)
log.debug("vcpus = %d", self.vm.getVCpuCount())
log.debug("features = %s", self.vm.getFeatures())
+ log.debug("flags = %d", self.flags)
if arch.type == "ia64":
- log.debug("vhpt = %d", self.
flags
)
+ log.debug("vhpt = %d", self.
vhpt
)
return xc.linux_build(domid = self.vm.getDomid(),
memsize = mem_mb,