|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Unable to handle kernel paging request at virtual addres
On 25 Apr 2005, at 21:03, Jacob Gorm Hansen wrote:
Do you know how the interface has changed, i.e. what I need to modify
in vmtools (xend is not an option since I am running with my own
userspace relinked above 0xf0000000 in dom0) to get this working
again?
I don't think this was the problem actually, but anyway: createdomain
no longer takes memsize nor initial mem size. To pin to a cpu you now
use DOM0_PINCPU. To set max mem reservation you use DOM0_SETMAXMEM. To
actually reserve memory you use
do_dom_mem_op(MEMOP_increase_reservation).
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|