[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [powerpc] [xend] PPC doesn't support ballooning yet
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 08906834ca746f34980b09c16f2c863b38fc0a6c # Parent 35a29c8f0bab4b6efd01be8d66c142b9131f71ec [powerpc] [xend] PPC doesn't support ballooning yet Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx> --- tools/python/xen/xend/XendDomainInfo.py | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff -r 35a29c8f0bab -r 08906834ca74 tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Fri Jul 14 10:22:40 2006 +0100 +++ b/tools/python/xen/xend/XendDomainInfo.py Fri Jul 14 10:23:04 2006 +0100 @@ -1284,8 +1284,9 @@ class XendDomainInfo: balloon.free(m) init_reservation = self.info['memory'] * 1024 - if os.uname()[4] == 'ia64': - # Workaround until ia64 properly supports ballooning. + if os.uname()[4] in ('ia64', 'ppc64'): + # Workaround for architectures that don't yet support + # ballooning. init_reservation = m xc.domain_memory_increase_reservation(self.domid, init_reservation, _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |