From mboxrd@z Thu Jan 1 00:00:00 1970 From: aq Subject: Re: [PATCH] set maxmem bugfix Date: Fri, 15 Jul 2005 17:31:10 +0900 Message-ID: <9cde8bff05071501314be6fc4a@mail.gmail.com> References: <9cde8bff05071501132c87df3a@mail.gmail.com> Reply-To: aq Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On 7/15/05, Keir Fraser wrote: >=20 > On 15 Jul 2005, at 09:13, aq wrote: >=20 > > Recently some people complain that they cannot set the maxmem for > > domU. The problem is that some code wrongly treat dom.max_memkb as in > > byte unit, instead of KB unit. This patch fixs the problem. > > > > Signed-off-by: Nguyen Anh Quynh >=20 > The patch fixes a bug, but I doubt it fixes the 'xm balloon' problem. > Did you test that before and after applying your patch? actually no, i havent looked at the balloon problem yet. will do it soon. regards, aq