[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XenPPC] [xenppc-unstable] [ppc] ppc64 does not ballooing ye either
# HG changeset patch # User Jimi Xenidis <jimix@xxxxxxxxxxxxxx> # Node ID f623f56678244308cd489c40bf7e940b285bf8cd # Parent f0b7557c9ae41feb099ea828060cb33270c2173d [ppc] ppc64 does not ballooing ye either Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx> --- tools/python/xen/xend/XendDomainInfo.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r f0b7557c9ae4 -r f623f5667824 tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Wed Jun 28 15:15:54 2006 -0400 +++ b/tools/python/xen/xend/XendDomainInfo.py Wed Jun 28 15:16:48 2006 -0400 @@ -1282,7 +1282,7 @@ class XendDomainInfo: xc.domain_setmaxmem(self.domid, m) init_reservation = self.info['memory'] * 1024 - if os.uname()[4] == 'ia64': + if os.uname()[4] in ('ia64', 'ppc64'): # Workaround until ia64 properly supports ballooning. init_reservation = m _______________________________________________ Xen-ppc-devel mailing list Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ppc-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |