I've just sent in v7 with stubs, I guess that's something you suggested. Please review it, I'm especially curious about your thoughts regarding the new function name.I don't think we want (more) #ifdef CONFIG_X86 in grant-table.c and the
Hi,
That's bad indeed. I think the best solution is to put those parts
behind an #ifdef x86. The ones moved from x86/p2m.c to grant-table.c.
David, Stefano, what do you think?
arch-specific bits will have to factored out into their own functions
with suitable stubs provided for ARM.