|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] balloon driver
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>
|
- Re: [Xen-devel] balloon driver,
Bin Ren <=
|
|
|
|
|