Re: [PATCH v2 0/6] Rework x86 page table walks

2024-05-31 Thread Peter Maydell
On Fri, 31 May 2024 at 14:48, Peter Maydell wrote: > > On Fri, 24 May 2024 at 18:08, Don Porter wrote: > > > > This version of the 'info pg' command adopts Peter Maydell's request > > to write some guest-agnostic page table iterator and accessor code, > > along with architecture-specific hooks.

Re: [PATCH v2 0/6] Rework x86 page table walks

2024-05-31 Thread Peter Maydell
On Fri, 24 May 2024 at 18:08, Don Porter wrote: > > This version of the 'info pg' command adopts Peter Maydell's request > to write some guest-agnostic page table iterator and accessor code, > along with architecture-specific hooks. The first patch in this > series contributes a generic page tabl

[PATCH v2 0/6] Rework x86 page table walks

2024-05-24 Thread Don Porter
This version of the 'info pg' command adopts Peter Maydell's request to write some guest-agnostic page table iterator and accessor code, along with architecture-specific hooks. The first patch in this series contributes a generic page table iterator and an x86 instantiation. As a client, we first