On Wed, 21 Dec 2022 at 01:35, David Gibson <da...@gibson.dropbear.id.au> wrote: > On Mon, Dec 19, 2022 at 10:39:40AM +0000, Peter Maydell wrote: > > OK. I still think we should consistently change all the places that are > > accessing this data structure, though, not just half of them. > > Yes, that makes sense. Although what exactly constitutes "this data > structure" is a bit complex here. If we mean just the spapr specific > "external HPT", then there are only a few more references to it. If > we mean all instances of a powerpc hashed page table, then there are a > bunch more in the cpu target code.
I had in mind "places where we write this specific array of bytes spapr->htab". thanks -- PMM