From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Problem with 2.6.30 pv-ops domU Date: Mon, 30 Nov 2009 13:08:01 -0800 Message-ID: <4B143431.2040804@goop.org> References: <994429490911292136o39c37116m7761de6f647b363d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <994429490911292136o39c37116m7761de6f647b363d@mail.gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jia Rao Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 11/29/09 21:36, Jia Rao wrote: > Hi all, > > I downloaded a pre-compiled Fedora 11 domU image from > http://stacklet.com/downloads/images/list/Fedora > > When I ran the domU (2.6.30) with xen 3.3.1, 2.6.18 dom0, there was a > problem. > > I can not change the memory configuration of the domU on the fly. I > used pygrub to boot the PV guest. > In the 2.6.30 guest, I can not find the /proc/xen/balloon driver but > in the config file of the kernel, XEN_BALLOON is enabled. How were you trying to change the memory? At present, it only supports shrinking memory, not expanding it beyond its original size. J