2011-09-15 23:43:21 +02:00
|
|
|
Index: xen-4.1.2-testing/tools/python/xen/xend/XendDomainInfo.py
|
2007-07-21 18:12:17 +02:00
|
|
|
===================================================================
|
2011-09-15 23:43:21 +02:00
|
|
|
--- xen-4.1.2-testing.orig/tools/python/xen/xend/XendDomainInfo.py
|
|
|
|
+++ xen-4.1.2-testing/tools/python/xen/xend/XendDomainInfo.py
|
2012-01-23 22:46:39 +01:00
|
|
|
@@ -2932,7 +2932,7 @@ class XendDomainInfo:
|
2007-07-21 18:12:17 +02:00
|
|
|
|
2010-01-16 01:12:54 +01:00
|
|
|
self.guest_bitsize = self.image.getBitSize()
|
2007-07-21 18:12:17 +02:00
|
|
|
# Make sure there's enough RAM available for the domain
|
2009-05-04 18:38:09 +02:00
|
|
|
- balloon.free(memory + shadow + vtd_mem, self)
|
|
|
|
+ balloon.free(memory + shadow + vtd_mem + 512, self)
|
2007-07-21 18:12:17 +02:00
|
|
|
|
|
|
|
# Set up the shadow memory
|
|
|
|
shadow_cur = xc.shadow_mem_control(self.domid, shadow / 1024)
|