|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] dump-core: store .xen_p2m or .xen_pfn section in
On 9/3/07 01:52, "Isaku Yamahata" <yamahata@xxxxxxxxxxxxx> wrote:
> dump-core: store .xen_p2m or .xen_pfn section in pfn ascending order.
> So far the order isn't specified and may be random in theory.
> But sorted array is requested by crash utility for efficient looking up.
> Fortunately it is the case except ia64 full virtualized domain.
> Update document such that those array must be sorted and fix the ia64
> full virtualized domain case.
Put the qsort() in the ia64 code if it's needed at all. But shouldn't it be
easy to generate the memory-area list in order in the first place?
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|