Re: [PATCH v7 07/19] xen: implement hook to fetch e820 memory map

2013-12-21 Thread Konstantin Belousov
This also looks fine, with the style nit noted in the patch. On Thu, Dec 19, 2013 at 07:54:44PM +0100, Roger Pau Monne wrote: > --- > sys/amd64/amd64/machdep.c | 50 ++ > sys/amd64/include/pc/bios.h |2 + > sys/amd64/include/sysarch.h |1 + > sy

Re: [PATCH v7 10/19] xen: add hook for AP bootstrap memory reservation

2013-12-21 Thread Konstantin Belousov
On Thu, Dec 19, 2013 at 07:54:47PM +0100, Roger Pau Monne wrote: > This hook will only be implemented for bare metal, Xen doesn't require > any bootstrap code since APs are started in long mode with paging > enabled. > --- > sys/amd64/amd64/machdep.c |6 +- > sys/amd64/include/sysarch.h