Blob Blame History Raw
diff -rup xen-3.0.5-testing.hg-rc4/tools/python/xen/xend/XendDomainInfo.py xen-3.0.5-testing.hg-rc4.new/tools/python/xen/xend/XendDomainInfo.py
--- xen-3.0.5-testing.hg-rc4/tools/python/xen/xend/XendDomainInfo.py	2007-04-30 16:03:09.000000000 -0400
+++ xen-3.0.5-testing.hg-rc4.new/tools/python/xen/xend/XendDomainInfo.py	2007-04-30 16:02:05.000000000 -0400
@@ -1468,9 +1468,9 @@ class XendDomainInfo:
                 raise VmError("HVM guest support is unavailable: is VT/AMD-V "
                               "supported by your CPU and enabled in your "
                               "BIOS?")
-            # Hack to pre-reserve some memory for HVM setup.
-            # Needed because Xen allocates 1MB by default immediately.
-            balloon.free(2*1024) # 2MB should be plenty
+        # Hack to pre-reserve some memory for domain setup.
+        # Needed because Xen allocates 1MB by default immediately.
+        balloon.free(2*1024) # 2MB should be plenty
 
         self.domid = xc.domain_create(
             domid = 0,