|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: [PATCH 1/6][RESEND] xen: Add NUMA support to Xen
* Andi Kleen <ak@xxxxxxx> [2006-05-17 14:34]:
> 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/
Yep.
Working bad_addr() and needing some help. Where should I be looking to
find the bad areas that we need to avoid? Linux's bad_add() avoids <
8000 but I don't if that holds true for Xen. Also initial_images_start
to end looks like that should be avoided, as does the frame table.
Anything else?
--
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
(512) 838-9253 T/L: 678-9253
ryanh@xxxxxxxxxx
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|