search for: xch_nr_pages

Displaying 2 results from an estimated 2 matches for "xch_nr_pages".

2007 Aug 29
0
[PATCH 4/5] xc_core: documentation update
...cs/misc/dump-core-format.txt Wed Aug 29 19:43:22 2007 +0900 +++ b/docs/misc/dump-core-format.txt Wed Aug 29 20:12:00 2007 +0900 @@ -80,7 +80,10 @@ Currently the following sections are def gmfn: machine physical frame number The size of arrays is stored in xch_nr_pages member of header note descriptor in .note.Xen note section. - The entryies are stored in pfn-ascending order. + The entries are stored in pfn-ascending order. + The value, {~(uint64_t)0, ~(uint64_t)0}, means invalid + (pfn...
2007 Jan 18
13
[PATCH 0/5] dump-core take 2:
The following dump-core patches changes its format into ELF, adds PFN-GMFN table, HVM support, and adds experimental IA64 support. - ELF format Program header and note section are adopted. - HVM domain support To know the memory area to dump, XENMEM_set_memory_map is added. XENMEM_memory_map hypercall is for current domain, so new one is created. and hvm domain builder tell xen its