WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] balloon driver

To: Paul Boehm <paul@xxxxxxxxx>
Subject: Re: [Xen-devel] balloon driver
From: Bin Ren <br260@xxxxxxxxx>
Date: Sun, 16 Nov 2003 18:28:06 +0000
Cc: Devel Xen <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Delivery-date: Sun, 16 Nov 2003 18:32:09 +0000
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: <20031023013538.GA31507@xxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <20031023013538.GA31507@xxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
On 23 Oct 2003, at 02:35, Paul Boehm wrote:

hmm,
how do i use the balloon driver?

./balloon inflate 1000
Unable to inflate balloon, error ffffffea

both in dom0 and in dom1, both have ~100mb in starting size, lots of
unused memory, and i also have at least another 300mb of unused memory.

  paul

I've finally had the chance to look into
this error. This error is due to a serious
bug in xen/common/dom_mem_ops.c

I've pushed in the fix and hopefully the
fix will appear in bkbits trees very soon.

Or, if you are in urgent need, just patch
manually by changing the line:
(pf->flags != p->domain)
into
(pf->flags & PG_domain_mask != p->domain)


-- Bin



-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>