|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: [PATCH 1/6][RESEND] xen: Add NUMA support to Xen
a hacky halfway house between Linux and Xen, etc).
>
> Is there an equivalent function in Xen for
> linux/arch/x86_64/kernel/e820.c:find_e820_area() ?
If not it should be easy to port. Most likely you can just use
the x86-64 one after a few s/long/u64/
> Is this something we should do in Xen, or can we just have a static
> array of structures which hold the node information?
Sooner or late you will need local per node state for the allocator.
You can do the infrastructure for that right now
-Andi
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|