Hi Jan, > -----Original Message----- > From: Jan Beulich <jbeul...@suse.com> > >> Assuming you have 4 (N) page table levels, isn't it 7 (1 + 2 * (N - 1))? > >> Or is the root table not taken from the p2m pool? > > > > Correct, on arm the root is not taken from the pool. > > Isn't that a (perhaps just minor) mistake?
Not really, in the code review phase, the question of whether we include the root in the p2m pool was discussed and the conclusion at that time was not including this page for now, as this is supposed to require a lot of extra work/refactor. Probably there will be a series from my side to add the root to the pool, but at least not now. Kind regards, Henry > > Jan