Re: [PATCH RFC 01/13] xen: use the hardware e820 map on Dom0

2014-01-21 Thread John Baldwin
On Tuesday, December 24, 2013 6:20:50 am Roger Pau Monne wrote: We need to do some tweaking of the hardware e820 map, since the memory layout provided by Xen and the e820 map doesn't match. This consists in clamping the e820 map so that regions above max_pfn are marked as unusuable. ---

[PATCH RFC 01/13] xen: use the hardware e820 map on Dom0

2013-12-24 Thread Roger Pau Monne
We need to do some tweaking of the hardware e820 map, since the memory layout provided by Xen and the e820 map doesn't match. This consists in clamping the e820 map so that regions above max_pfn are marked as unusuable. --- sys/x86/xen/pv.c | 35 +-- 1 files